SLPDB Versions Save

SLP Token Graph Indexer

0.14.0

4 years ago

To update from a previous version:

  1. Save files below -or- run git clone https://github.com/simpleledger/SLPDB.git --branch 0.14.0
  2. cd SLPDB && npm install
  3. npm start

NOTE: To capture all NFT1 tokens run: node ./index.js run 589500.

0.13.0

5 years ago

To update from a previous version:

  1. Save files below -or- run git clone https://github.com/simpleledger/SLPDB.git --branch 0.13.0
  2. cd SLPDB && npm install
  3. npm start

0.12.0

5 years ago

To update from a previous version:

  1. save the files below or git clone https://github.com/simpleledger/SLPDB.git --branch 0.12.0
  2. cd SLPDB && npm install
  3. npm start

0.11.0

5 years ago

To update from a previous version:

  1. save the files below or git clone https://github.com/simpleledger/SLPDB.git --branch 0.11.0
  2. cd SLPDB && npm install
  3. npm run migrate up (optional: if you are updating from previous release; if it fails then skip this)
  4. npm start