Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imduchuyyy/sei-token-standards
Demo script to create new token on Sei Network
https://github.com/imduchuyyy/sei-token-standards
Last synced: 6 days ago
JSON representation
Demo script to create new token on Sei Network
- Host: GitHub
- URL: https://github.com/imduchuyyy/sei-token-standards
- Owner: imduchuyyy
- License: mit
- Created: 2024-01-05T03:58:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T07:52:13.000Z (about 1 year ago)
- Last Synced: 2024-11-13T08:42:44.267Z (2 months ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sei Token Create script
Script to create new token on Sei Network using both [cw20 standard](https://github.com/CosmWasm/cw-plus/blob/main/packages/cw20/README.md) and [token factory standard](https://docs.sei.io/advanced/token-standard/tokenfactory)## Cw20-Base contracts
Clone from [cw-plus](https://github.com/CosmWasm/cw-plus) with version [1.1.2](https://github.com/CosmWasm/cw-plus/releases/tag/v1.1.2)