Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ever-guild/ton-nft-collection-snapshot
- Owner: ever-guild
- License: mit
- Created: 2024-07-17T10:55:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T17:10:08.000Z (7 months ago)
- Last Synced: 2024-07-30T20:55:27.096Z (6 months ago)
- Topics: collection, nft, snapshot, ton
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```