Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naveen-2111-dev/escrow.sol
Escrow
https://github.com/naveen-2111-dev/escrow.sol
chai hardhat metamask solidity sonic-blockchain
Last synced: 12 days ago
JSON representation
Escrow
- Host: GitHub
- URL: https://github.com/naveen-2111-dev/escrow.sol
- Owner: naveen-2111-dev
- Created: 2025-01-20T07:19:00.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-20T07:34:36.000Z (13 days ago)
- Last Synced: 2025-01-20T08:28:49.691Z (13 days ago)
- Topics: chai, hardhat, metamask, solidity, sonic-blockchain
- Language: JavaScript
- Homepage: https://testnet.sonicscan.org/address/0xD342e5c0A20625eC05Fa5640bA4D0B965a66FCfB
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Escrow
this is a escrow contract, which is deployed on sonic blockchain
Try running some of the following tasks:
```shell
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npm run deploy
```