Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emapeire/intro-defi-development

Intro to DeFi development
https://github.com/emapeire/intro-defi-development

defi development javascript solidity

Last synced: 27 days ago
JSON representation

Intro to DeFi development

Awesome Lists containing this project

README

        

# Intro to DeFi Development

This public repository was developed with the introduction to DeFi by Martín Triay.

Este reposotorio público se desarrolló con la introducción a DeFi por Martín Triay.

#### For more info go to / Para más información, ir a: Martín Triay's Notion
_________________________________________________________________________________________________________

# Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
```