Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p0vidl0/imx-nft-minter
https://github.com/p0vidl0/imx-nft-minter
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/p0vidl0/imx-nft-minter
- Owner: p0vidl0
- Created: 2024-04-19T12:56:00.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-22T02:36:35.000Z (7 months ago)
- Last Synced: 2024-04-22T04:19:37.275Z (7 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMX NFT minting tool
## Prepare
1. Clone this repo
2. Install dependencies
```bash
npm install
```## How to run
1. Edit `index.js` and set the following variables:
- `RECEIVER` - new token owner address
- `TOKEN_ID` - token ID to mint2. Run the script
```bash
npm run mint
```
3. Repeat ;)