Skip to content

Nubescope/react-dapp-developer-challenge

Repository files navigation

Exactly Challenge

This is a demo dapp that uses Compound's CDAI contracts in Rinkeby to allow the user to invest DAI.

Getting Started

Install node modules

yarn

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to access the dapp.

Running integration tests

yarn test

Running e2e tests

Copy the dotenv file

cp .env.example .env

Run a Hardhat node:

npx hardhat node

Run tests:

yarn test:e2e

Use the app with hardhat

Alternatively, after copying the .env file you can use the dapp using the Hardhat node as the "backend". To do this, just run:

yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published