Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ever-guild/ton-nft-collection-snapshot

ton nft collection snapshot
https://github.com/ever-guild/ton-nft-collection-snapshot

collection nft snapshot ton

Last synced: 4 months ago
JSON representation

ton nft collection snapshot

Awesome Lists containing this project

README

        

# ton-nft-collection-snapshot

## Setup

Install dependency:

```bash
npm install
```

Create file `.env`

```ini
NFT_COLLECTION=


```

Optional create and add [toncenter.com API key](https://toncenter.com/):

```ini
TONCENTER_KEY=
```

## Run

Run on testnet:

```bash
npm test
```

Run on mainnet:

```bash
npm start
```