Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flyq/motoko_token
Follow the ERC20
https://github.com/flyq/motoko_token
Last synced: 20 days ago
JSON representation
Follow the ERC20
- Host: GitHub
- URL: https://github.com/flyq/motoko_token
- Owner: flyq
- Created: 2021-03-03T12:01:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T14:01:09.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T06:34:25.767Z (about 2 months ago)
- Language: Motoko
- Size: 197 KB
- Stars: 22
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-icp - flyq/motoko_token
README
# motoko_token
Welcome to your new motoko_token project and to the internet computer development community. By default, creating a new project adds this README and some template files to your project directory. You can edit these template files to customize your project and to include your own code to speed up the development cycle.
To get started, you might want to explore the project directory structure and the default configuration file. Working with this project in your development environment will not affect any production deployment or identity tokens.
To learn more before you start working with motoko_token, see the following documentation available online:
- [Quick Start](https://sdk.dfinity.org/docs/quickstart/quickstart-intro.html)
- [SDK Developer Tools](https://sdk.dfinity.org/docs/developers-guide/sdk-guide.html)
- [Motoko Programming Language Guide](https://sdk.dfinity.org/docs/language-guide/motoko.html)
- [Motoko Language Quick Reference](https://sdk.dfinity.org/docs/language-guide/language-manual.html)If you want to start working on your project right away, you might want to try the following commands:
```bash
cd motoko_token/
dfx help
dfx config --help
```
:warning: IMPORTANT NOTE: 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.