https://github.com/anthdm/fullstack-web3-dex
A complete DEX written in Solidity with a Nextjs + tailwind frontend
https://github.com/anthdm/fullstack-web3-dex
Last synced: about 1 year ago
JSON representation
A complete DEX written in Solidity with a Nextjs + tailwind frontend
- Host: GitHub
- URL: https://github.com/anthdm/fullstack-web3-dex
- Owner: anthdm
- Created: 2022-10-18T17:16:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T14:13:43.000Z (over 3 years ago)
- Last Synced: 2025-03-25T15:48:56.341Z (about 1 year ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```