https://github.com/letieu/nft-scan-testnet
NftScan testnet proxy"
https://github.com/letieu/nft-scan-testnet
Last synced: over 1 year ago
JSON representation
NftScan testnet proxy"
- Host: GitHub
- URL: https://github.com/letieu/nft-scan-testnet
- Owner: letieu
- Created: 2024-01-02T03:50:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T02:48:19.000Z (over 2 years ago)
- Last Synced: 2025-01-31T05:53:35.228Z (over 1 year ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NftScan testnet proxy
Proxy for [https://developer.nftscan.com/](https://developer.nftscan.com/) to use on testnet.
## Run locally
```bash
cp .env.example .env
npm install
npm run dev
```
Open `http://localhost:3078/` in your browser to see API docs.
## Run use Docker
```bash
docker run -p 3078:3078 -e 'MORALIS_API_KEY=xxx' -e 'CHAIN_ID=0x13881' letieu/nft-scan-testnet:1.7
```
env variables:
- `MORALIS_API_KEY`: Moralis API key, get it from [https://docs.moralis.io/web3-data-api/evm/get-your-api-key#step-2-get-api-key](https://docs.moralis.io/web3-data-api/evm/get-your-api-key#step-2-get-api-key)
- `CHAIN_ID`: Chain ID of the testnet, see [https://docs.moralis.io/supported-chains](https://docs.moralis.io/supported-chains)