📃
OmniOne Developer Site
  • Introduction
  • Manager console guide
    • To begin with...
      • Wallet Settings
      • Select an Account
      • The Issuer/SP account creation
      • Issue access token for the OmniOne Agent
    • Issuer Console
      • Claim
      • VC Type
      • VC Format
      • Issue the VC Information
      • My request list
    • SP Console
      • Service List
      • Token Transaction History
      • My service request
  • Server system construction
    • To begin with...
      • Server Wallet creation and Key settings
      • Collect the Issuer and SP's DID
      • application.properties settings
    • Server default environment configuration per IDE
      • Spring Tool Suite 4
      • IntelliJ IDEA
    • Building the Issuer system
      • Issuer server guide(JAVA)
    • Building the SP system
      • SP server guide (JAVA)
  • Checking Blockchain data
    • Check Agent API
      • bp
      • Committee
      • DID
      • executor
      • key
      • pDID
      • player
      • policy
      • txinfo
      • txissue
      • vc
      • version
      • response codes
  • SDK instruction guide
    • Core SDK Guide
      • Java Wallet
        • IWKeyManager
        • IWDIDManager
        • IWRecoveryManager
        • ZkpException
        • IWException
      • iOS Wallet
        • IWKeyManager
        • IWDidManager
        • IWClaimManager
        • IWRecoveryManager
        • IWErrorManager
        • Enum
    • Server SDK Guide
      • Java
        • ServerInfo
        • IssuerApi
        • SpApi
        • VcResult
        • VcInitParam
        • VCRegParam
        • VcVerifyParam
        • SpProfileParam
    • Omni App Link SDK
      • Server
      • Android
      • IOS
  • Node creation
    • Full Node creation
      • Full Node by using Docker
        • Docker Installation
        • Building Full Node
        • Full Node settings
      • Installation type Full Node
        • Full Node installation
    • BP Node creation
      • BP Node by using Docker
        • Docker Installation
        • Building BP Node
        • BP Node settings
          • keosd/BP Node executing simultaneously
      • Installation type BP
        • Node Installation
        • Executing Node
        • Node settings
        • BP Vote
Powered by GitBook
On this page
  • Installation
  • OmniOne Network Settings
  • Key generation for the OmniOne account

Was this helpful?

  1. Manager console guide
  2. To begin with...

Wallet Settings

In order for the admin to use the Manager console, it is required to set up a Wallet on the admin's PC. A Wallet uses the Scatter and can be set with the OmniOne's blockchain address.

PreviousTo begin with...NextSelect an Account

Last updated 4 years ago

Was this helpful?

Installation

Download Scatter according to the specification of the PC from below URL address.

OmniOne Network Settings

The following adjustments settings are required after installation is complete.

  • Click as follows: Settings > Accounts > Add Custom Network

  • Add OmniOne Network

    • [Details]

      • Host - service.omnione.net

      • Protocol : https

      • Port - 8889

      • Chain ID - (TBD)

    • [System Token]

      • Contract - eosio.token

      • Symbol - OCR

      • Decimals - 4

Key generation for the OmniOne account

PublicKey is required to create an account to participate in OmniOne.

Add Publickey in [Scatter] as described as below then use that key

  • Click as follows: Wallet > Accounts > OmniOne Network (as created from above) > Add key > Generate New Key

  • Safely back up the generated PrivateKey

  • Request OmniOne for account creation via passing it to the person in charge of OmniOne with using PublicKey

Backed up PrivateKey can be added to a Wallet by entering it to the following path: Wallet > Accounts > OmniOne Network > Add Key > Input your private key

Scatter-Download