A very tiny blockchain for browsers.
- Spin up a node from a browser.
- One node per human via Proof of Humanity
- UBI for gas and fees.
In the project directory, you can run:
Recommended. Will run the JSON RPC Server, the Peer Relayer and the UBI Chain all at once.
Open http://localhost:3000 to interact with UBI Chain.
Configure your Metamask to connect with a new network on http://localhost:8585.
Peers will be able discover other connected nodes on the network using port 9000.
Runs the JSON RPC Server for Ethereum-compatible wallets.
Runs Relay Server that will connect with other peers on the network.
Runs the chain on the browser in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.