Skip to content

SAMPLE: Implementation of a multi-erc20 token Substrate runtime.

License

Notifications You must be signed in to change notification settings

bddap/substrate-erc20-multi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Substrate ERC20 Multi

A Parity Substrate SRML module for multiple ERC20 tokens. Any number of tokens can be initialized and managed using this module.

This module is based on/inspired by the SRML Assets module but is implemented in a ERC20 flavour.

Important Note

The Substrate framework, related libraries and APIs are rapidly evolving. In case this module does not work with the latest Substrate build, please submit an issue in this repo. You can also try porting the runtime module into a freshly cloned substrate-node-template codebase.

Important Note 2

This code is just a sample for learning purposes. It is not audited and reviewed for production use cases. You can expect bugs and security vulnerabilities. Do not use it as-is in real applications.

About

SAMPLE: Implementation of a multi-erc20 token Substrate runtime.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.1%
  • Shell 0.9%