https://github.com/ramgoel/placemate-review
A Web3 Decentralized rating and company feeback system
https://github.com/ramgoel/placemate-review
ethersjs smart-contracts solidity web3
Last synced: about 2 months ago
JSON representation
A Web3 Decentralized rating and company feeback system
- Host: GitHub
- URL: https://github.com/ramgoel/placemate-review
- Owner: RamGoel
- Created: 2023-11-21T15:34:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T14:08:57.000Z (over 2 years ago)
- Last Synced: 2025-01-13T10:51:57.315Z (over 1 year ago)
- Topics: ethersjs, smart-contracts, solidity, web3
- Language: TypeScript
- Homepage:
- Size: 29.4 MB
- Stars: 0
- Watchers: 1
- 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.ts
```