Skip to content

JohnELester/blockchain-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Explorer

About the application

This application is used to see information about the ndau blockchain.

Starting the app locally

Make sure you have project dependencies like node/npm, nodemon and yarn:

Node installation:

brew install node

Yarn installation (Facebook's packing tool to be used with React):

npm install -g yarn

Start by installing front and backend dependencies. While in this directory, run the following commands:

yarn install

After both installations complete, run the following command in your terminal:

yarn start

That's it, your app should be running on http://localhost:3000.

Learn More

This project was bootstrapped with Create React App.

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

A window into the ndau blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.0%
  • CSS 1.5%
  • Python 1.3%
  • HTML 1.2%