https://github.com/davepartner/opensea-clone
A clone of opensea marketplace using ethereum solidity, openzeppelin, polygon, infura and hardhat
https://github.com/davepartner/opensea-clone
Last synced: 3 months ago
JSON representation
A clone of opensea marketplace using ethereum solidity, openzeppelin, polygon, infura and hardhat
- Host: GitHub
- URL: https://github.com/davepartner/opensea-clone
- Owner: davepartner
- Created: 2021-12-11T19:40:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T20:55:20.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T08:43:14.742Z (about 1 year ago)
- Language: JavaScript
- Size: 466 KB
- Stars: 123
- Watchers: 4
- Forks: 126
- Open Issues: 3
-
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
```