Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emapeire/intro-defi-development
- Owner: emapeire
- License: mit
- Created: 2022-03-21T01:59:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T00:23:40.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T09:25:29.279Z (3 months ago)
- Topics: defi, development, javascript, solidity
- Language: Solidity
- Homepage: https://intro-defi.marto.lol/
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```