A simple web application built with React and Taquito for interacting with DeMove smart contract.
This web application is based on Taquito Boilerplate in React.
-
Make sure you have
yarninstalled on your computer -
Clone this repository
-
Change your current working directory to the cloned repository directory.
-
Install dependencies:
yarn install -
Start development server:
yarn run start -
Open https://localhost:3000 in your browser to see the web application.
