cryptoloutre / solana-tools

A bunch of tools to help people in the Solana ecosystem. This website includes an UI to burn Solana NFTs and an UI to create SPL-Tokens. More tools are scheduled...
https://solanatools.vercel.app/
MIT License
134 stars 71 forks source link

how to test-it locally on devnet. #9

Open livcoding2 opened 5 months ago

livcoding2 commented 5 months ago

Soory about my ingnorance, but how to test-it locally on devnet?

cryptoloutre commented 5 months ago

Hi,

1- clone the repo: https://github.com/cryptoloutre/solana-tools.git 2- install the dependencies: npm install 3- open the src/pages/_app.tsx file 4- change the endpoint with a devnet one. You can use https://api.devnet.solana.com or since there are rate limits you can get one on Helius 5- save the file and run: npm run dev