Crates.io | astroport-xastro-token |
lib.rs | astroport-xastro-token |
version | 1.1.0 |
source | src |
created_at | 2023-07-20 16:32:14.710701 |
updated_at | 2024-03-26 11:58:47.489968 |
description | Expanded implementation of a CosmWasm-20 compliant token for post intialization and saving history |
homepage | https://cosmwasm.com |
repository | https://github.com/CosmWasm/cosmwasm-plus |
max_upload_size | |
id | 921508 |
size | 87,873 |
This is the Astroport xASTRO token implementation.
This is a basic implementation of a CW20 base contract which can be found here. It implements the CW20 spec and is designed to be imported into other contracts in order to easily build other CW20-compatible tokens with balance snapshotting logic.