0.38.11 • Published 5 years ago

product-factory-contract v0.38.11

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
5 years ago

Product Factory Contract

This folder contains examples on how to compile/deploy/use custom transaction protocols to forge powered blockchain.

Getting started

  • Write a protocol in protocols sub folder
  • Export FORGE_MODERATOR_SK variable, that is used to deploy protocol to ABT Node
  • Run forge protocol:compile ./protocol to compile the protocol
  • Run forge protocol:deploy .compiled/create_product/elixir/create_product/create_product.itx.json to deploy the protocol