Skip to content

Nicomendia/DeFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to DeFi Development

Repository of the course (in Spanish) "Intro a DeFi Development", given on November 29th and December 1st, 2021 by @martriay for the Computer Society ITBA. Available on Youtube.

Tests and contracts have been created following the steps explained by the author in the video. Contracts inspired in Uniswap V1.

Install

First of all, you must have installed NodeJS. Then:

  1. Download this repository.
  2. In the root directory, execute the npm install command in order to install the required dependencies.

Use

Once dependencies are installed, you can execute the test file with the command:

$ npx hardhat test test/defi-test.js

About

Decentralized Finance Backend with solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published