Releases: simpleledger/SLPDB
Releases · simpleledger/SLPDB
SLPDB 0.14.0
To update from a previous version:
- Save files below -or- run
git clone https://github.com/simpleledger/SLPDB.git --branch 0.14.0
cd SLPDB && npm install
npm start
NOTE: To capture all NFT1 tokens run: node ./index.js run 589500
.
SLPDB 0.13.0
To update from a previous version:
- Save files below -or- run
git clone https://github.com/simpleledger/SLPDB.git --branch 0.13.0
cd SLPDB && npm install
npm start
SLPDB 0.12.0
To update from a previous version:
- save the files below or git clone https://github.com/simpleledger/SLPDB.git --branch 0.12.0
cd SLPDB && npm install
npm start
SLPDB 0.11.0
To update from a previous version:
- save the files below or
git clone https://github.com/simpleledger/SLPDB.git --branch 0.11.0
cd SLPDB && npm install
npm run migrate up
(optional: if you are updating from previous release; if it fails then skip this)npm start