TnbExplorer is a website tool for exploring and inspecting thenewboston blockchain for transactions, nodes, addresses and other analytics data on thenewboston.
- Address Lookup
- Richlist
- Curated Analytics page
- Payments Processing and Requests
- Multiple network integration (Mainnet and Testnet)
- Testnet Faucet
Instructions get a copy this project and run on your local machine for development and testing.
-
Clone the project using git from the terminal
git clone https://github.com/open-blockchain-explorer/Website
-
Go to the project directory
cd tnbexplorer
-
Install the project's dependencies
npm install
-
Run the project on your computer
npm start