https://github.com/unboxed-software/magic-carpets
https://github.com/unboxed-software/magic-carpets
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/unboxed-software/magic-carpets
- Owner: Unboxed-Software
- Created: 2023-02-14T22:13:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T23:24:01.000Z (over 3 years ago)
- Last Synced: 2025-01-28T21:34:18.718Z (over 1 year ago)
- Language: TypeScript
- Size: 47.5 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 contract generated by [OpenZeppelin Wizard](https://wizard.openzeppelin.com/), a test for that contract, and a script that deploys that contract.
## Installing dependencies
```
npm install
```
## Testing the contract
```
npm test
```
## Deploying the contract
You can target any network from your Hardhat config using:
```
npx hardhat run --network scripts/deploy.ts
```