Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blockparty-sh committed Apr 6, 2021
1 parent 17f5c44 commit 285ec90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This repo provides a simple way to script the creation and destruction of NFTs o
## Setup

* Run `yarn install`
* Run `yarn build`
* Run `cp env.example .env`
* Create new wallet in Electron Cash SLP Edition named `fungal-spore-exploder`
* Send 0.01 BCH to that wallet (to use for fees for creating NFTs, this is enough for 1000+ NFTs).
Expand All @@ -29,6 +30,10 @@ This repo provides a simple way to script the creation and destruction of NFTs o

## Run

You can prefix these like `yarn -s` to hide yarn related output.

You can then redirect the txid result to a file like `yarn -s start makegroup "testtoken" > testtoken.txid`

#### Each of these on success will result in a txid printed to console.

To use this, make a group token, mint some tokens, run split a few times, then start creating NFTs.
Expand Down

0 comments on commit 285ec90

Please sign in to comment.