Skip to content

Getting started

Prerequisites

To get started, you will need:

  • A workstation connected to the FrostFS storage network;
  • The storage node address;
  • The path to the user's wallet file;
  • A client application that uses the SDK.

Wallet Access Setup

You need to register the wallet:

$ make cred-custom wallet=<wallet_name>.json

Obtaining a WIF to work with the storage node

  1. Get the address:

    $ cat <path_to_your_wallet> | jq .accounts[0].address | tr -d '"'
    

  2. Get the key:

    $ neo-go wallet export -w <path_to_your_wallet> -d <address_from_p1>