An NFT issuance tool for the Bitshares production & testnet blockchains.
This tool integrates with the latest BEET wallet.
Pre-requisite:
- NodeJS v18.16.1
Perform the following terminal steps in this folder:
- With yarn
yarn install
yarn run build && yarn run dev
- With npm
npm install
npm run build && npm run dev
Releases built via github actions: