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.
Get the WAX Docker image:
docker pull waxteam/dev
docker run -it --name wax-tutorial --publish 8888:8888 -v $(pwd):/wax waxteam/dev bash
You can compile any contract with:
cd <dir>/build
cmake ..
make
See License for license information.