Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 599 Bytes

Bitshares NFT issuance tool

An NFT issuance tool for the Bitshares production & testnet blockchains.

This tool integrates with the latest BEET wallet.

Pre-requisite:

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: