https://github.com/thirdweb-dev/friendship-contracts
https://github.com/thirdweb-dev/friendship-contracts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thirdweb-dev/friendship-contracts
- Owner: thirdweb-dev
- Created: 2021-09-03T03:41:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T15:37:10.000Z (almost 3 years ago)
- Last Synced: 2025-05-13T16:57:37.189Z (8 months ago)
- Language: Solidity
- Size: 1.16 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```