Private Non-fungible Tokens
- Daml sdk
- yarn
- make
- A browser
make clean
make build
make deploy
Start two terminal windows.
cd nft
daml start
This will start the sandbox and json api on localhost:6865, and the navigator is served to localhost:7575, and should open in a browser.
cd ui
yarn start
This will start yarn's development server on localhost:3000, and should open in a browser tab.