@smartpy/originator

0.12.0 • Public • Published

SmartPy Contract Originator

Requirements

Requirement version
NodeJs >= v10.x

Install the originator

npm i -g @smartpy/originator

Originate a contract

# Using Micheline format (.tz)
smartpy-originator originate-contract --code code.tz --storage storage.tz --rpc https://mainnet.smartpy.io

# Using Michelson format (.json)
smartpy-originator originate-contract --code code.json --storage storage.json --rpc https://mainnet.smartpy.io

# By default, the originator will use a faucet account.
# But you can provide your own private key as an argument
smartpy-originator originate-contract --code code.json --storage storage.json --rpc https://mainnet.smartpy.io --private-key edsk...

Help

smartpy-originator help originate-contract

Readme

Keywords

none

Package Sidebar

Install

npm i @smartpy/originator

Weekly Downloads

9

Version

0.12.0

License

MIT

Unpacked Size

1.31 MB

Total Files

3

Last publish

Collaborators

  • smartpy_npm
  • jordan-tezos
  • rumkeller