https://github.com/veeso-dev/icrc2-template-canister
A template canister which deploys a WASM file to be used as a custom ICRC2 canister
https://github.com/veeso-dev/icrc2-template-canister
Last synced: 8 months ago
JSON representation
A template canister which deploys a WASM file to be used as a custom ICRC2 canister
- Host: GitHub
- URL: https://github.com/veeso-dev/icrc2-template-canister
- Owner: veeso-dev
- License: mit
- Created: 2024-01-20T14:18:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T13:53:28.000Z (over 2 years ago)
- Last Synced: 2025-02-14T16:41:43.660Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ICRC2 Template Canister
[](https://opensource.org/license/mit/)
[](https://github.com/veeso-dev/icrc2-template-canister/actions/workflows/build-test.yml)
[](https://conventionalcommits.org)
---
- [ICRC2 Template Canister](#icrc2-template-canister)
- [About icrc2-template-canister](#about-icrc2-template-canister)
- [Contributing and issues](#contributing-and-issues)
- [License](#license)
---
## About icrc2-template-canister
This template provides a ready-to-use template to implement a ICRC2 token. All the functionalities expected to be available by the ICRC specs are already implemented.
The produced wasm artifact can also be used for testing in pocket-ic if you for example need to interact with a dummy token.
---
## Contributing and issues
Contributions, bug reports, new features and questions are welcome! 😉
If you have any question or concern, or you want to suggest a new feature, or you want just want to improve pavao, feel free to open an issue or a PR.
Please follow [our contributing guidelines](CONTRIBUTING.md)
---
## License
icrc2-template-canister is licensed under the MIT license.
You can read the entire license [HERE](LICENSE)