Skip to content

This app is made to display all information about certain blockchain such as blocks, accounts transactions, etc...

Notifications You must be signed in to change notification settings

inery-blockchain/explorer-app

Repository files navigation

Explorer App

Supports Expo iOS Supports Expo Android Supports Expo Web

Before starting the app

  • Install packages with npm install.
  • If you have native iOS code run npx pod-install.
  • Create an .env file in the project root and copy the content from ".env.example" with your values.

🚀 How to use

  • Run npm start or expo start to start the bundler.
  • Open the project in a React runtime to try it:

Adding Native Code

This project can be run from a web browser or the Expo client app. You may find that you want to add more native code later on. You can do this by ejecting the project and rebuilding it yourself.

  • Run yarn eject to create the native projects.
  • You can still run your project in the web browser or Expo client, you just won't be able to access any new native modules you add.

Publishing

  • Deploy the native app to the App store and Play store using this guide: Deployment.
  • Deploy the website using this guide: Web deployment.

📝 Notes

About

This app is made to display all information about certain blockchain such as blocks, accounts transactions, etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published