Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 3.9 KB

readme.md

File metadata and controls

39 lines (26 loc) · 3.9 KB

Installing a node on a Indy blockchain - Steward Validator


Version Française

To provide a quick start, here are the documents you want to start with:

The following is a set of documents from the Sovrin Foundation for onboarding stewards onto the Sovrin Network. Great reference material for setting up a network:

And there is this reference document for what’s involved with setting up a new indy-node based network which references some of the above documentation:

The documents in this repo only for archive purpose. Use the links to be sure to access up to date documentation.

Dev Network machine sizing

  • 2 vCPUs cores
  • 8G RAM
  • 250G disk
  • 2 NICs with 2 Public IP addresses on separate subnets (1 per NIC)
  • Up to 5 Gigabit for network performance

For exemple on AWS this would be a t3.large machine.

Staging Network machine sizing

  • 8 vCPUs cores
  • 32G RAM
  • 250G disk
  • 2 NICs with 2 Public IP addresses on separate subnets (1 per NIC)

For example on AWS this would be a t3.2xlarge