The Genki Protocol is a decentralized on-chain marketing platform.
Install Node.js (https://nodejs.org/en/).
Install the project dependencies specified in package.json.
npm installCompile the contracts.
npx hardhat compileRun the demo.
npx hardhat demoStart a hardhat node.
npx hardhat nodeDeploy GenkiHub to a blockchain network with JSON-RPC
npx hardhat run --network localhost scripts/deploy.js # Deploy to the node running by `npx hardhat node`
npx hardhat run --network <your-network> scripts/deploy.js # Target any network configured in the `hardhat.config.js`npx hardhat test