Skip to content

A Next.js project that enables you to upload a .csv file to send HBAR/NFTS to a list of accounts. The. csv file must have 1 column titled Accounts in order to parse. This app enables you to mint a new NFT collection or add to an existing collection.

Notifications You must be signed in to change notification settings

a-ridley/nft-tool

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Send Hbar

Simply upload a csv file that has a column with the name Account or account. This represents the wallet addresses. Next, set up your client and enter the amount of hbar to send.

Send NFT

Simply upload a csv file that has a column with the name Account or account. Next, set up your client Enter the token id and sumbit.

Mint NFT

Currently, creates a new treasury account each time and requires you to update the code with the metadata required to mint. Once that is done, hit the submit button.

Mint NFT to an Existing Collection

Connect your client, then provide the supply key, token Id, nft storage api key, and metadata to mint to an existing collection

About

A Next.js project that enables you to upload a .csv file to send HBAR/NFTS to a list of accounts. The. csv file must have 1 column titled Accounts in order to parse. This app enables you to mint a new NFT collection or add to an existing collection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published