solana/explorer
kev zettler 75e3f5cd48
Explorer: add Raw instruction data to parsed instructions (#13855)
This commit allows users to click the "raw" button on transaction
instructions and fetch the raw hex or base64 representations of the instruction.

Adds a fetch action to the click event of the "raw" button on the
instruction UI.

adds a fetchRawTransaction hook that is passed down to the
instruction UI components. Adds addition `rawFetchTrigger` and `raw`
props passed to the instruction card components.
2020-11-30 13:35:33 -08:00
..
.github Add warning to PR template for mirrored repos (#13344) 2020-11-02 14:34:14 +08:00
public explorer: Add additional tokens and icons to registry (#13544) 2020-11-11 22:19:42 -08:00
src Explorer: add Raw instruction data to parsed instructions (#13855) 2020-11-30 13:35:33 -08: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: 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 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
package-lock.json chore:(deps): bump react-scripts from 4.0.0 to 4.0.1 in /explorer (#13784) 2020-11-24 09:20:47 +00:00
package.json chore:(deps): bump react-scripts from 4.0.0 to 4.0.1 in /explorer (#13784) 2020-11-24 09:20:47 +00:00
static.json Fix explorer prettier error 2020-06-24 21:48:09 +08:00
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.