ic-token
DIP20: A fungible token standard for the DFINITY Internet Computer.
File Explorer
Download Latest Version (.zip)- token.mo
- types.mo
- demo.sh
- dfx.json
- main.rs
- Cargo.lock
- Cargo.toml
- deploy.sh
- dfx.json
- rust-toolchain
- token.did
- .gitignore
- LICENSE
- README.md
- spec.md
# Installation Guide
1. Get the code
git clone https://github.com/rklb7/ic-token
Downloads the entire project code from GitHub to your computer.
cd ic-token
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cd rust
This project's files live in a subfolder, so move into it first.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
