insolar

command
v0.9.0-rc4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2019 License: Apache-2.0 Imports: 17 Imported by: 0

README

Insolar

Usage

Build
make insolar
Start insolard
./scripts/insolard/launchnet.sh -g
Send request example (RegisterNode)

You should have params.json with something like this:

{
  "params": [
   "<public_key from node config>",
    <numberOfBootstrapNodes>,
    <majorityRule>,
    [<roles>],
    "<ip>"
  ],
  "method": "RegisterNode"
}

Than use send_request command with this file:

./bin/insolar send_request --root-keys=./scripts/insolard/configs/root_member_keys.json --root-caller --params=params.json

Check available commands: ./bin/insolar -h

Help on any command: ./bin/insolar help COMMAND

how to generate certificate and keys for node

./bin/insolar certgen --root-keys=scripts/insolard/configs/root_member_keys.json

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL