The following guide provides information about how to manage and use your HIASBCH Private Ethereum Blockchain.
If your HIAS Core device ever loses power you will need to restart HIASBCH. From the HIAS Core project root use the following command:
sh components/hiasbch/scripts/startup.sh
The HIASBCH component software replenishes smart contracts and indexes the blocks, addresses, transactions and receipts. To manage the service use the following commands:
sudo systemctl start HIASBCH.service
sudo systemctl stop HIASBCH.service
sudo systemctl restart HIASBCH.service
Providing you have completed the steps in the installation guide and updated the config.json
file and the credentials.json
file, you should start the service using the following command:
sudo systemctl start HIASBCH.service
The HIASBCH UI allows you to manage the configuration for HIASBCH and explore the blockchain.
You can explore your blockchain by using the HIASBCH Blockchain Explorer. To access the explorer navigate to HIASBCH
-> Dashboard
.
You can manage the settings for HIASBCH by navigating to HIASBCH
-> Configuration
.
You can manage the contextual data for HIASBCH by navigating to HIASBCH
-> Entity
.
You can manage the HIASBCH Smart Contracts by navigating to HIASBCH
-> Contracts
.
You can transfer HIAS Ether to devices and applications by navigating to HIASBCH
-> Transfer
.
Asociación de Investigacion en Inteligencia Artificial Para la Leucemia Peter Moss encourages and welcomes code contributions, bug fixes and enhancements from the Github community.
Please read the CONTRIBUTING document for a full guide to contributing to our research project. You will also find our code of conduct in the Code of Conduct document.z
- Adam Milton-Barker - Asociación de Investigacion en Inteligencia Artificial Para la Leucemia Peter Moss President/Founder & Lead Developer, Sabadell, Spain
We use SemVer for versioning.
This project is licensed under the MIT License - see the LICENSE file for details.
We use the repo issues to track bugs and general requests related to using this project. See CONTRIBUTING for more info on how to submit bugs, feature requests and proposals.