Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.06 KB

Swapper

Technology Stack & Tools

  • Solidity (Writing Smart Contracts & Tests)
  • Javascript (React & Testing)
  • Hardhat (Development Framework)
  • Ethers.js (Blockchain Interaction)
  • Infura.io (Blockchain Connection)

Requirements For Initial Setup

  • Install NodeJS. Recommended to use the LTS version.
  • Create an account or login to Infura.io.

Extra Resources

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install

3. Setup .env

Before running any scripts, you'll want to create a .env file with the following values (see .env.example):

  • INFURA_API_KEY=""

You'll need to create an account on Infura.io, and create an API key.

3. Run tests

$ npx hardhat test