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. Also includes supply management through mint and burn method.
Description
Tokens can represent a wide range of assets, from currency (like USD) to physical goods (such as a metric ton of metal) or even event tickets. Standards like ERC20 have been introduced to make tokens are fungible, meaning each token is interchangeable with another due to shared properties.
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