Simple demo frontend. A lot of the code is borrowed from here.
- web3.js
- ReactJS
- NextJS
- Styled-components
Clone down this repository. You will need node
version ">=14" and yarn
version ">=1" installed globally on your machine.
Installation:
yarn
To Start Server:
export NEXT_PUBLIC_REGISTRY_URL=registry.autonolas.tech
yarn dev
To Visit App:
localhost:3000