Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 980 Bytes

README.md

File metadata and controls

55 lines (34 loc) · 980 Bytes

DIP721

CI state

Introduction

A canister implementing a DIP721 NFT.

Get started

Dependencies

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

Build canisters

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

Changelog

Read CHANGELOG

License

You can read the entire license HERE