Skip to content

ever-guild/ton-nft-collection-snapshot

Repository files navigation

ton-nft-collection-snapshot

Setup

Install dependency:

npm install

Create file .env

NFT_COLLECTION=<ADDRESS>

Optional create and add toncenter.com API key:

TONCENTER_KEY=<KEY>

Run

Run on testnet:

npm test

Run on mainnet:

npm start