This is a simple web page that displays the information found in the "Registry Contract".
The application uses in3 client.
to connect to the blockchain.
- Nodejs v15.5.1 or higher
- React v17.0.1
- Typescript 4.1.3.x or higher
make sure that internal project modules are installed by typing:
npm install
npm start
will run the project in development mode. Open http://localhost:3000 to view it in the browser.
Note: in3 client is only working on Chrome browser. So, for the sake of the test, please run Chrome.
after installation of internal project modules (npm install)
run the following command:
npm test
It will start running three tests:
1. the render process
2. connectivity to the network
3. fetching addresses
4. fetching of nodes info
5. fetching of signers
if you want a production build that works with any static file server, simply invoke the command:
npm run build