https://github.com/vpavlin/zora-hardhat
Hardhat test and deployment for Zora v3 marketplace
https://github.com/vpavlin/zora-hardhat
nft nftmarketplace nfts ourzora zora zorav3
Last synced: 2 months ago
JSON representation
Hardhat test and deployment for Zora v3 marketplace
- Host: GitHub
- URL: https://github.com/vpavlin/zora-hardhat
- Owner: vpavlin
- License: mit
- Created: 2022-06-08T13:05:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T15:45:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T03:44:43.111Z (4 months ago)
- Topics: nft, nftmarketplace, nfts, ourzora, zora, zorav3
- Language: Solidity
- Homepage:
- Size: 324 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zora Marketplace Hardhat deployment + extra modules
Before you try to deploy or run tests, you need to run `initContracts` - this will initialize your `contracts` directory with contracts from the @zoralabs/v3 package
```
npm install
npx hardhat initContrainers
```Then you can run tests
```
npx hardhat test
```If all looks good, you can deploy the contracts
```
npc hardhat run --network ... scripts/deploy.ts
```This will deploy all contracts **we** need. Your mileage might vary. The command above will print a JSON object with all the deployed contracts.