Skip to content

Koan-Protocol/token-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧬 Koan Protocol Token-List

License: GPL-3.0-or-later

Overview

This repository maintains the official token lists and helper APIs for Koan Protocol, an African‑rooted Concentrated Liquidity AMM (CLAMM) built on Lisk & Base. It currently includes:

  • ✅ testnet-token-list for Lisk Sepolia & Base testnets
  • 🧪 Helper APIs: token metadata, discovery, and lookup
  • 🚀 Foundation for upcoming APIs: faucet, rate-check, on‑chain analytics

These tools enable secure, scalable token management and developer integrations—ensuring Koan grows seamlessly as we launch the testnet, faucet, campaign tools, and on-ramp integrations.


📦 Token Lists

  • testnet-token-list.json — tokens available on Lisk Sepolia and Base testnets
    Use in dApps to ensure UI token dropdowns remain accurate and secure
  • Metadata includes chainId, address, symbol, name, decimals, and logoURI

Install & Use

npm install @koanprotocol/testnet-token-list
Example (JavaScript):

js
Copy
Edit
import tokenList from '@koanprotocol/testnet-token-list';
console.log(tokenList.tokens);

About

Koan protocol tokens compilations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published