CapsuleCat / wax-nft-tutorial

WAX C++ NFT Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAX NFT Smart Contract Tutorials

This repository contains a collection of tutorials for creating NFTs on the WAX blockchain.

You can read the full documentation at our Dev.to collection.

Getting Started

Prerequisites

Get the WAX Docker image:

docker pull waxteam/dev
docker run -it --name wax-tutorial --publish 8888:8888 -v $(pwd):/wax waxteam/dev bash

Compiling

You can compile any contract with:

cd <dir>/build
cmake ..
make

License

See License for license information.

About

WAX C++ NFT Tutorial

License:MIT License


Languages

Language:C++ 28.8%Language:Makefile 28.8%Language:JavaScript 26.9%Language:CMake 15.5%