/solsimple

🌐 A human readable transaction viewer for the Solana blockchain

Primary LanguageTypeScript

Solsimple

A human readable transaction viewer

Name Description Link
Production The link to test it out. https://solsimple.netlify.app/
Twitter Thread My twitter thread submission for the Sandstorm hackathon https://twitter.com/scammo_/status/1617589403622461440?s=20&t=Mq5bvPfM78PGZ9V8O2rmBQ

Tech Stack

APIs

Installing

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone git@github.com:ssamkkim/solsimple.git

# Install dependencies
$ npm install

# Run the app
$ npm run dev

# Get an API Key from dev.helius.xyz and put it in your .env file like this
VITE_HELIUS_API_KEY={api-key}