FranceSheep / non-fungible-token

Example of non-fungible token (NFT) application

Home Page:https://wiki.gear-tech.io/gnft-721

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitpod

Non Fungible token

Build License Docs

An example of simple NFT.

Prebuilt Binaries

Raw, optimized, and meta WASM binaries can be found in the Releases section.

Building Locally

⚙️ Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

⚒️ Add specific toolchains

rustup toolchain add nightly
rustup target add wasm32-unknown-unknown --toolchain nightly

... or ...

make init

🏗️ Build

cargo build --release

... or ...

make build

✅ Run tests

cargo test --release

... or ...

make test

🚀 Run everything with one command

make all

... or just ...

make

License

The source code is licensed under the MIT license.

About

Example of non-fungible token (NFT) application

https://wiki.gear-tech.io/gnft-721

License:MIT License


Languages

Language:Rust 46.8%Language:TypeScript 41.2%Language:SCSS 8.5%Language:JavaScript 1.5%Language:Dockerfile 0.9%Language:Makefile 0.8%Language:HTML 0.3%