solana/explorer
dependabot[bot] e31eb09e3e
chore:(deps): bump @testing-library/user-event in /explorer (#14769)
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.6.0 to 12.6.2.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v12.6.0...v12.6.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-22 09:25:07 +00:00
..
.github Add warning to PR template for mirrored repos (#13344) 2020-11-02 14:34:14 +08:00
public Update kin.svg 2021-01-09 09:53:33 -08:00
src explorer: introduce transfer with seed instruction card (#14730) 2021-01-20 23:49:32 -08:00
.gitignore chore:(deps): bump typescript from 4.0.5 to 4.1.3 in /explorer (#14284) 2021-01-11 09:40:56 +08:00
.mergify.yml
.prettierignore Explorer: remove wasm stake parsing (#13266) 2020-10-29 11:37:55 +08:00
.travis.yml Add support for parsed stake accounts (#11469) 2020-08-08 21:06:24 +08:00
README.md
app.json Use solana fork of create-react-app buildpack 2020-06-12 16:32:05 -07:00
package-lock.json chore:(deps): bump @testing-library/user-event in /explorer (#14769) 2021-01-22 09:25:07 +00:00
package.json chore:(deps): bump @testing-library/user-event in /explorer (#14769) 2021-01-22 09:25:07 +00:00
static.json Fix explorer prettier error 2020-06-24 21:48:09 +08:00
tsconfig.json chore:(deps): bump typescript from 4.0.5 to 4.1.3 in /explorer (#14284) 2021-01-11 09:40:56 +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.