solana/explorer
Josh 8a574baae2
Explorer: add token market prices from Coingecko (#17289)
* feat: add coingecko prices to tokens with associated coingeckoId

* feat: useCoingecko util
2021-05-17 12:43:18 -07:00
..
.github Add warning to PR template for mirrored repos (#13344) 2020-11-02 14:34:14 +08:00
public feat: new rounded tether icon for Explorer (#15677) 2021-03-03 07:53:45 -08:00
src Explorer: add token market prices from Coingecko (#17289) 2021-05-17 12:43:18 -07:00
.gitignore Add titles for token lending instructions (#15217) 2021-02-09 19:50:34 -06:00
.mergify.yml
.prettierignore explorer: minor cleanup and fixes (#15855) 2021-03-20 16:22:22 +08:00
.slugignore fix: test heroku slugignore for explorer (#16141) 2021-03-25 15:22:00 -07:00
.travis.yml explorer: downgrade nodejs version in travis (#16740) 2021-04-22 22:27:50 +08:00
README.md Add new logo to Explorer repo (#16813) 2021-04-25 14:26:48 -06:00
app.json
package-lock.json chore:(deps): bump @sentry/react from 6.3.5 to 6.3.6 in /explorer (#17259) 2021-05-15 17:44:37 +00:00
package.json chore:(deps): bump @sentry/react from 6.3.5 to 6.3.6 in /explorer (#17259) 2021-05-15 17:44:37 +00:00
static.json
tsconfig.json explorer: Add tabs for block program and account stats (#15702) 2021-03-04 21:12:41 +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.