Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BTS-CM/Bitshares_NFT_Issuance_Tool
A tool for creating and editing NFTs on the Bitshares blockchain
https://github.com/BTS-CM/Bitshares_NFT_Issuance_Tool
beet bitshares blockchain bts create cryptocurrency editor electron issuance issue nft non-fungible-tokens reactjs tool
Last synced: 3 months ago
JSON representation
A tool for creating and editing NFTs on the Bitshares blockchain
- Host: GitHub
- URL: https://github.com/BTS-CM/Bitshares_NFT_Issuance_Tool
- Owner: BTS-CM
- License: mit
- Created: 2022-07-02T19:06:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T01:21:44.000Z (over 1 year ago)
- Last Synced: 2024-04-23T04:48:37.127Z (7 months ago)
- Topics: beet, bitshares, blockchain, bts, create, cryptocurrency, editor, electron, issuance, issue, nft, non-fungible-tokens, reactjs, tool
- Language: JavaScript
- Homepage:
- Size: 2.34 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
- awesome-bitshares - Bitshares_NFT_Issuance_Tool - An open source GUI to help users issue new NFTs on the Bitshares blockchain. (Libraries / Tools and Scripts)
README
# Bitshares NFT issuance tool
An NFT issuance tool for the Bitshares production & testnet blockchains.This tool integrates with the [latest BEET wallet](https://github.com/bitshares/beet/tree/develop).
Pre-requisite:
* NodeJS [v18.16.1](https://nodejs.org/ar/blog/release/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:
* [Windows, Linux & MacOS](https://github.com/BTS-CM/Bitshares_NFT_Issuance_Tool/releases)