Skip to content

CapsuleCat/wax-nft-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published