Back to Templatessecretarium/klave-erc20-tokenDeploy on Klave
KRC20
LanguagesWebAssembly / AssemblyScript
Use CaseToken Management
Cost to deploy ~0.37 GBP
Cost to transact ~0.01 GBP
Community Certifications
Audited by Imperial College London
Account based ERC20 like Token Klave implementation
An implementation on Klave of an ERC20-like fungible token as well as an account based infrastructure. Include also supply management through mint and burn method.
Description
Tokens can represent anything from a currency like USD, a metric ton of metal, a concert ticket, and more. Standards such as ERC20 have been introduced to make Tokens fungible, meaning that they all have properties that make each Token the same as another Token.
KRC20 inspired from ERC20 implements an API that provides the following functions:
- Transfer tokens from one account to another
- Get the current token balance of an account
- Get the total supply of the Token available on the network
- Approve whether an amount of Token from an account can be spent by a third-party account
Features
- Create token - Create and name tokens
- Manage supply - Use mint and burn method to manage token supply
- Create account - Create and manage user account
- Manage transaction - Send and receive tokens
Authors
This library is created by Klave and Secretarium team members, with contributions from:
- Jeremie Labbe (@jlabbeklavo) - Klave | Secretarium
- Nicolas Marie (@Akhilleus20) - Klave | Secretarium
- Etienne Bosse (@Gosu14) - Klave | Secretarium