Skip to content

A permissionless on-chain fungible token list registration platform on Flow Blockchain

License

Notifications You must be signed in to change notification settings

Outblock/token-list

 
 

Repository files navigation

Token List - A on-chain list of Flow Standard Fungible Tokens (FTs)

This repo contains all contract and frontend code.

🌐 Websites

🔗 Contract Addresses

Contract Name Testnet Mainnet
BlackHole 0xad26718c4b6b921b 0x4396883a58c3a2d1
FTViewUtils 0xb86f928a1fa7798e 0x15a918087ab12d86
ViewResolvers 0xb86f928a1fa7798e 0x15a918087ab12d86
TokenList 0xb86f928a1fa7798e 0x15a918087ab12d86

📦 Special Contract: BlackHole

BlackHole is a special contract that can receive any fungible token and burn it.

the Token Vault can be permanently unusable without being destroyed.
It will essentially be sent to a black hole address.

You just need one line of code to execute the action:

execute {
  BlackHole.vanish(<- tokenVault)
}

📄 Documentation

Please visit https://docs.fixes.world for more information.

About

A permissionless on-chain fungible token list registration platform on Flow Blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cadence 43.3%
  • Vue 38.5%
  • TypeScript 14.8%
  • Astro 2.7%
  • Other 0.7%