An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ICRC2 Template Canister

[![license-mit](https://img.shields.io/badge/License-MIT-teal.svg)](https://opensource.org/license/mit/)
[![build-test](https://github.com/veeso-dev/icrc2-template-canister/actions/workflows/build-test.yml/badge.svg)](https://github.com/veeso-dev/icrc2-template-canister/actions/workflows/build-test.yml)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](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)