Gateway
Build from source
Install Prerequisites
You will need an up-to-date version of Go to build your project. Please follow installation instructions provided here.
Cloning
Configuration
You can change the parameters inside the configuration file according to your needs.
To work, you will need a private account key in the blockchain, which will be used to send transactions. By default it is located in the file $HOME/.ipehr/.blockchain.key, but you can specify another path in the config in the contract.privKeyPath
parameter.
In order for an account to be able to interact with contracts, it must be added by the contract administrator to the whitelist.
Building
Running
Docker
Last updated