A canister implementing a DIP721 NFT.
Before getting started with ekoke, you need to install these dependencies:
-
Rust >= 1.74
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
Dfx >= 0.16
sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh) dfx extension install sns
-
cargo-make
cargo install cargo-make
-
Wasm32 target
rustup target add wasm32-unknown-unknown
In order to build canister you need to setup the dfx environment and then build the source code, luckily all these steps are automated with cargo-make.
cargo make dfx-setup
cargo make dfx-build
Read CHANGELOG
You can read the entire license HERE