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.
First of all, you must have installed NodeJS. Then:
- Download this repository.
- In the root directory, execute the
npm installcommand in order to install the required dependencies.
Once dependencies are installed, you can execute the test file with the command:
$ npx hardhat test test/defi-test.js