Skip to content

The Genki Protocol is a decentralized on-chain marketing platform.

Notifications You must be signed in to change notification settings

genki-labs/genki-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genki Protocol

The Genki Protocol is a decentralized on-chain marketing platform.

Requirements

Install Node.js (https://nodejs.org/en/).

Install the project dependencies specified in package.json.

npm install

Get Started

Compile the contracts.

npx hardhat compile

Run the demo.

npx hardhat demo

Deploy to a Network

Start a hardhat node.

npx hardhat node

Deploy 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`

Test

npx hardhat test

About

The Genki Protocol is a decentralized on-chain marketing platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published