solana/explorer
Josh 86ca85d72b
explorer: Add support for all parsed accounts (#11842)
* introduce vote and nonce validators

* introduce config, nonce, sysvar, vote validators / types

* change ConfigProgram to ConfigProgramData

* introduce vote account section and nonce account section, clean up superstructs

* nonce section

* round out vote account and nonce account

* refactor account components, add votes tab

* update program data name to program

* introduce slot hashes, stake history

* introduce blockhashes card and config account

* run fix format

* remove comment

* introduce config section and typings

* refactor tabs if blocks

* change superstructs to pick in some cases

* remove account owners, rename vote history, some nit fixes

* general cleanup and improvements

* add recency column

* add balance row to parsed accounts

* union account types under sysvar and config for improved typing. modify row headers for consistency.

* remove random spaces

* use proper type checking and clean up a cast
2020-10-10 01:03:45 -07:00
..
public Add token registry to explorer (#11612) 2020-08-13 22:57:53 +08:00
src explorer: Add support for all parsed accounts (#11842) 2020-10-10 01:03:45 -07:00
wasm Fix fee mismatch on snapshot deserialize (#12697) 2020-10-08 23:44:41 -07:00
.gitignore Remove duplicate .gitignore entries 2020-06-12 16:32:05 -07:00
.mergify.yml Fix mergify condition 2020-06-12 16:32:05 -07:00
.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 Switch from yarn to npm (#1) 2020-06-12 16:32:05 -07:00
app.json Use solana fork of create-react-app buildpack 2020-06-12 16:32:05 -07:00
config-overrides.js chore: run latest prettier 2020-06-24 16:14:08 +08:00
package-lock.json Explorer: introduce program logs section on transaction details page (#12625) 2020-10-09 23:14:00 -07:00
package.json chore:(deps): bump @types/react-select in /explorer (#12756) 2020-10-09 08:09:36 +00:00
static.json Fix explorer prettier error 2020-06-24 21:48:09 +08:00
tsconfig.json Call getConfirmedTransaction instead of getConfirmedBlock for tx details 2020-06-12 16:32:05 -07: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.