Divvy is a Decentralised Dapp made on Web3. It's a Marketplace for artists to sell their digital assets, earn royality and make some sales on the polygon matic network.
Made with
• MetaMask
- Git
- Node: any 12.x version starting with v12.0.0 or greater
- Yarn: See Yarn website for installation instructions
- A fork of the repo (for any contributions)
- Create
secret.js
in the root of the project
// secret.js get private key and project id from https://infura.io
const PRIVATE_KEY = "your private key"
const PROJECT_ID = "your project id"
module.exports = { PRIVATE_KEY, PROJECT_ID };
- Installing dependencies
➜ yarn install
- Install Metamask on your choice of browser
➜ npx hardhat test # To test the smart contract
➜ npx hardhat run scripts/deploy.js --network localhost # To get cred for local network
➜ npx hardhat node # create a local node
➜ yarn dev
Made with ❤️ by Piyush Mehta