86ca85d72b
* 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 |
||
---|---|---|
.. | ||
public | ||
src | ||
wasm | ||
.gitignore | ||
.mergify.yml | ||
.prettierignore | ||
.travis.yml | ||
README.md | ||
app.json | ||
config-overrides.js | ||
package-lock.json | ||
package.json | ||
static.json | ||
tsconfig.json |
README.md
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.