Skip to content

Latest commit

 

History

History
58 lines (29 loc) · 1.68 KB

README.md

File metadata and controls

58 lines (29 loc) · 1.68 KB

Storm Dashboard

A demo is worth a thousand words

https://storm-alpha.vercel.app/

This is a dashboard designed to interact with Storm smart contract on public testnet (Rinkeby).

smart contract deployed and verified: https://rinkeby.etherscan.io/address/0x13D1365dB556395294D8c6631172ED583Baaa64c#code

Use dApp

  • Connect metamask
  • Select network Rinkeby
  • Enter address on Rinkeby testnet and click CHECK IF FROZEN it will show if address is frozen or not

*In order to FREEZE or UNFREEZE address you need to have COMPLIENCE ROLE

Run on your local environment

  • Copy the repository to your machine
  • Create .env file to store etherscan api key variable.
  • Create new variable called NEXT_PUBLIC_ETHERSCAN and assign ETHERSCAN API KEY

image

npm run dev

or

yarn dev

Screenshots

image

image

image

image


## Things To Do Next

1. Optimize layout for mobile and small screen sizes
2. Rearrange code into different components
3. Deploy the ability to select right network