Hedera
Search…
Hedera
Hedera
Mainnet
Testnets
Mirrornet
Getting Started
Introduction
Environment Set-up
Create an account
Transfer hbar
Try Examples! 👩💻
Core Concepts
Accounts
Keys and Signatures
Scheduled Transaction
Smart Contracts
Hashgraph Consensus Algorithm
Transactions and Queries
State and History
Mirror Nodes
Documentation
Release Notes
SDKs
Hedera API
Mirror Node API
Integrating a Hedera Token Service Token
Record and Event Stream File Formats
Changelog
GitHub
Resources
Starter Projects
Demo Applications
Tutorials
Get Started with Hedera NFTs
Deploy Smart Contracts on Hedera
Get Event Information from Hedera Smart Contracts
Look Up Transaction History Using Mirror Nodes
Set up a message queue with the Hedera Consensus Service and JavaScript
Run the JavaScript Hedera Consensus Service Chat Demo
Get Started with the Hedera Consensus Service Fabric Plugin
Virtual Environment Set-up
Support & Community
Developer Chat
Meetups
Hedera FAQ
Status Page
Brand Guidelines
Powered By
GitBook
Virtual Environment Set-up
Enables developers to run the HCS Hyperledger Fabric sample network using a virtual environment set-up.
Requirements
Hedera testnet
account ID and account private key
pluggable-hcs repository
Vagrant
Virtual Box
Terminal/IDE
1. Open your terminal/IDE and CD to where you would like to clone the fabric-hcs project
Clone the
pluggable-hcs
repository and rename the project folder to
fabric
Navigate to the
fabric
folder
1
git clone https://github.com/hyperledger-labs/pluggable-hcs fabric
2
cd fabric
Copied!
You should now be in the
fabric
project folder
2. Confirm you are on the master branch
1
git branch
Copied!
3. Navigate to the vagrant folder and start your virtual machine
1
cd vagrant
2
vagrant up
3
vagrant ssh
Copied!
You should now be back in the
fabric
folder
Now you have your virtual environment ready to go. Please refer to
step two
:
Build Fabric Binaries and Docker Images
in the master tutorial to continue.
Get Started with the Hedera Consensus Service Fabric Plugin
Previous
Get Started with the Hedera Consensus Service Fabric Plugin
Next - Support & Community
Meetups
Last modified
1yr ago
Copy link
Contents
Requirements
1. Open your terminal/IDE and CD to where you would like to clone the fabric-hcs project
2. Confirm you are on the master branch
3. Navigate to the vagrant folder and start your virtual machine