Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 992 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 992 Bytes

***This readme file will later be updated.

This project is a Hardhat project built using Node.js.

To get started with running the project using it's current deployment on the Kovan network, first install Node.js and React.js on your machine:

-Node.js: https://nodejs.org/en/download/ -React.js: https://react-cn.github.io/react/downloads.html

To run the project on a local server (using Kovan Network) please first install the necessary dependencies using the following command line function:

npm install ethers hardhat @nomiclabs/hardhat-waffle
ethereum-waffle chai @nomiclabs/hardhat-ethers
web3modal @walletconnect/web3-provider
easymde react-markdown react-simplemde-editor
ipfs-http-client @emotion/css @openzeppelin/contracts
bootstrap react-bootstrap

Once dependencies are installed, you can run the program on your local server from the root of the directory by using the command line function:

npm run start

then go to http://localhost:3000/ in your browser!