Skip to content

valory-xyz/ai-registry-mech-frontend

Repository files navigation

ai-registry-mech-frontend

Simple demo frontend. A lot of the code is borrowed from here.

Tech Stack

  • web3.js
  • ReactJS
  • NextJS
  • Styled-components

Installation and Setup Instructions

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