Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgrade/uniswapclone
Uniswap is a Decentralized Application that enables users to Swap Token Assets from one to another.
https://github.com/cgrade/uniswapclone
dapp javascript nextjs solidity uniswap web3
Last synced: about 2 months ago
JSON representation
Uniswap is a Decentralized Application that enables users to Swap Token Assets from one to another.
- Host: GitHub
- URL: https://github.com/cgrade/uniswapclone
- Owner: cgrade
- Created: 2024-02-15T12:57:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T06:22:02.000Z (10 months ago)
- Last Synced: 2024-03-02T07:27:49.039Z (10 months ago)
- Topics: dapp, javascript, nextjs, solidity, uniswap, web3
- Language: JavaScript
- Homepage:
- Size: 1.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- 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
```