Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/p0vidl0/imx-nft-minter


https://github.com/p0vidl0/imx-nft-minter

Last synced: 1 day ago
JSON representation

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 mint

2. Run the script
```bash
npm run mint
```
3. Repeat ;)