Skip to content
Aviv Eyal edited this page Apr 2, 2018 · 11 revisions

Overview

The REPL is an interactive API enabling local users to execute various commands, execute transactions and get accounts and balances data. The REPL uses OS Services to execute commands and get back state data. Some commands are one-step commands, for example, get account coin balance and some may involve multiple interactive steps, for example, setup a POST commitment.

REPL Commands

Create new user account

This command is used to create a new local user account. The account is not stored in the blockchain state until funds are transferred to it by another account or by a smart contract. This is a multi-step interactive process where the user needs to input a passphrase for unlocking a local account.

Unlock local account

Lock local account

Get account info and coin balance

Setup POST

Transfer coins between 2 accounts

Modify any CLI flag or param

Restart Node

Getting Started

Dev Guides

Product Specs

Clone this wiki locally