Skip to content

Progressive web app for creating Solana keypairs, tokens and NFT collections

License

Notifications You must be signed in to change notification settings

col000r/indx-solana-tools

Repository files navigation

A live version of this project is hosted at INDX.at
For an NFT collection that was created with these tools, visit Gusts of Wind

INDX Solana Tools

Easy tools for working with the Solana blockchain. (Works with devnet, testnet and mainnet!)

  • Every individual tool is built as a progressive web app (NextJS) and runs in your local browser.
  • No secret keys ever leave your system. (They're only used to sign transactions)
  • The NFT page saves relevant data in localStorage so you can continue to work on the same project across sessions.

Getting Started

Install

yarn install

Configure a private RPC

  • Get a private RPC at QuickNode (or your local Solana RPC dealer).
  • Open next.config.js
  • uncomment and fill in PRIVATE_MAINNET_RPC: 'https://your-private-mainnet-rpc-url' (requires a restart, if already running)

You only need to do this for mainnet. The public RPC only allows you to do the most basic stuff and will give you errors like "failed to get balance of account xyz", etc.

Run for Development

yarn dev

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

Additional Info

  • If the Airdrop button stops working, it's usually because you've used it too much. Try again in 24 hours. (Look at the browser console for error details)