solana/explorer
dependabot-preview[bot] f3a007b33d
chore(deps): bump @types/react from 16.9.41 to 16.9.42 in /explorer (#10998)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.41 to 16.9.42.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-10 19:45:47 +00:00
..
public Raj (#23) 2020-06-12 16:32:05 -07:00
src Fix explorer account history search 2020-06-24 21:01:39 +08:00
wasm chore(deps): bump bincode from 1.2.1 to 1.3.1 (#10867) 2020-07-09 00:08:05 +00: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 Use wasm to decode stake account 2020-06-12 16:32:05 -07:00
.travis.yml Update web3 and fix hasha warning (#6) 2020-06-12 16:32:05 -07: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 chore(deps): bump @types/react from 16.9.41 to 16.9.42 in /explorer (#10998) 2020-07-10 19:45:47 +00:00
package.json chore(deps): bump @types/react from 16.9.41 to 16.9.42 in /explorer (#10998) 2020-07-10 19:45:47 +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.