Update README

* Add installation instructions
* Updated UI Screenshot
This commit is contained in:
CodinMaster
2021-08-23 16:51:49 +05:30
parent 557c40f546
commit 1e222f4978
2 changed files with 11 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -13,3 +13,14 @@
![demo-by-address](./.github/demo-address-connected.png)
(PS: Users won't be able to transact (obviously) as no private keys are being used here)
## Local Installation
1. Install required packages <br/>
`yarn install`
2. Start local development server <br />
`yarn start`
3. Build react project <br />
`yarn build`