Skip to content

Instantly share code, notes, and snippets.

@PhyrexTsai
Created December 19, 2019 09:29
Show Gist options
  • Save PhyrexTsai/47c64184f1db09a5b43e33cee625916d to your computer and use it in GitHub Desktop.
Save PhyrexTsai/47c64184f1db09a5b43e33cee625916d to your computer and use it in GitHub Desktop.

KAIZEN command

kaizen contracts

Commands:
  kaizen contracts deploy  Deploy smart contracts
  kaizen contracts list    Lists all available contracts

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

Examples:
  kaizen contracts deploy
  kaizen contracts list

KAIZEN support smart contracts:You can develop, test, deploy smart contract
though KAIZEN CLI

Support contract template:

Chainlink - Chainlink Oracle Service,
https://github.com/PortalNetwork/kaizen-contracts/tree/master/Chainlink
ERC20 - ERC20 Token Standard,
https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC20
ERC721 - ERC721 Token Standard,
https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC721
NuCypher - NuCypher
Contractshttps://github.com/PortalNetwork/kaizen-contracts/tree/master/NuCypher
Hopr - Hopr
Contractshttps://github.com/PortalNetwork/kaizen-contracts/tree/master/Hopr

NOTE: Please make sure use 'kaizen config set --key <KEY> --value <VALUE>' to
setup the configuration before you deploy smart contracts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment