Skip to content

A canister template to implement DIP721 NFTs on the IC blockchain

License

Notifications You must be signed in to change notification settings

veeso-dev/dip721-template-canister

Repository files navigation

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

About

A canister template to implement DIP721 NFTs on the IC blockchain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published