solana/explorer
Justin Starry de71fb9bdd
Explorer: trim whitespace in search bar (#13258)
2020-10-29 09:44:27 +08:00
..
public Update explorer token registry (#13048) 2020-10-21 13:49:43 +08:00
src Explorer: trim whitespace in search bar (#13258) 2020-10-29 09:44:27 +08:00
wasm Fix fee mismatch on snapshot deserialize (#12697) 2020-10-08 23:44:41 -07:00
.gitignore
.mergify.yml
.prettierignore explorer: Improve display of serum dex instructions and provide labels to market pairs (#11985) 2020-09-08 08:57:17 -07:00
.travis.yml Add support for parsed stake accounts (#11469) 2020-08-08 21:06:24 +08:00
README.md
app.json
config-overrides.js
package-lock.json chore:(deps): bump @types/node from 14.14.3 to 14.14.5 in /explorer (#13225) 2020-10-28 08:09:11 +00:00
package.json Explorer Block Page (#12854) 2020-10-29 00:16:27 +08:00
static.json
tsconfig.json Explorer: Bump react-scripts and typescript to v4 (#13216) 2020-10-28 12:49:28 +08:00

README.md

Solana

Solana Explorer

Development

This project was bootstrapped with Create React App.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.