This is an NFT IAM System built for the Avalanche Network
- Download and install Go
- Configure $GOPATH and build directory
export GOPATH=$HOME/go
- This is used for local development
- Build the project binaries using
./scripts/build.sh
- Run the local network using
./scripts/run.sh