Circular Documentation
  • Getting Started
  • Introduction
    • Introducing Circular
  • Circular's Mission
  • Circular's Technology
    • Certificates & Data Anchoring
    • Multi-Chain Architecture
    • Certified Nodes & Jurisdictional Deployment
    • HyperCode & GPU Accelerated Processing
    • Proof of Reputation Consensus Mechanism
  • Certified Intelligence
  • Developer Tools
    • Enterprise APIs
      • Javascript
        • CEP_Account.open()
        • CEP_Account.setNetwork()
        • CEP_Account.setBlockchain()
        • CEP_Account.update()
        • CEP_Account.submitCertificate()
        • CEP_Account.getTransactionOutcome()
        • CEP_Account.getTransaction()
        • CEP_Account.close()
      • Node.JS
        • CEP_Account.open()
        • CEP_Account.setNetwork()
        • CEP_Account.setBlockchain()
        • CEP_Account.update()
        • CEP_Account.submitCertificate()
        • CEP_Account.getTransactionOutcome()
        • CEP_Account.getTransaction()
        • CEP_Account.close()
      • PHP
        • CEP_Account.open()
        • CEP_Account.setNetwork()
        • CEP_Account.setBlockchain()
        • CEP_Account.updateAccount()
        • CEP_Account.submitCertificate()
        • CEP_Account.getTransactionOutcome()
        • CEP_Account.getTransaction()
        • CEP_Account.close()
      • Python
        • CEP_Account.open()
        • CEP_Account.set_network()
        • CEP_Account.set_blockchain()
        • CEP_Account.update_account()
        • CEP_Account.submit_certificate()
        • CEP_Account.get_transaction_outcome()
        • CEP_Account.get_transaction()
        • CEP_Account.close()
      • Java
        • CEP_Account.open()
        • CEP_Account.setNetwork()
        • CEP_Account.setBlockchain()
        • CEP_Account.updateAccount()
        • CEP_Account.submitCertificate()
        • CEP_Account.getTransactionOutcome()
        • CEP_Account.getTransaction()
        • CEP_Account.close()
  • SDK
  • CLI & Tooling
  • Core Concepts
    • Overview
    • Certificates
  • Accounts
  • Private Chains
  • Data Management
  • Fees
  • Nodes
  • Private Keys
  • Recovery Phrases
  • Tutorials & Examples
    • Circular Connect Guide
      • Create an Organisation Account
      • Create a Blockchain Account
      • Purchase Certificates
      • Using the Explorer & Viewing Certificate Details
    • Create Your First Certificate
  • Industry Use Cases
    • Industry Use Cases - Overview
    • Clinical Trials
    • Medical Devices
    • Public Health
    • Pharma Supply Chains
    • Research and Academia
Powered by GitBook
On this page
  • Steps to Create a Blockchain Account
  • Additional Notes
  • Multiple Accounts:
  • Filtering by Network:
  • Using the Faucet (Testnet & Devnet only):
  • Next Steps:
  1. Tutorials & Examples
  2. Circular Connect Guide

Create a Blockchain Account

Learn how to create a blockchain account, and understand the differences between networks and chains.

PreviousCreate an Organisation AccountNextPurchase Certificates

Last updated 3 days ago

Every action on Circular Connect, from issuing certificates to verifying records is tied to a blockchain account. These accounts are cryptographically secure identities created and owned by your organization. Each account operates independently and can be configured for different environments or use cases.

Whether you’re working on a test project or preparing to deploy in production, this guide walks you through the process of creating your first account.

Steps to Create a Blockchain Account

1

Click the 'Create an Account'

Once inside your dashboard, click the create an account button to continue.

2

Give your Account a name

We recommend using descriptive names by purpose, use case, team or location.

3

Select a Network

Circular supports multiple environments to suit different stages of your workflow:

  1. Mainnet: Production-grade network for live, certified records

  2. Testnet: Pre-production network for simulating real activity without using real credits

  3. Devnet: Developer sandbox for local testing and experimentation

4

Select a Chain

Choose the environment appropriate for your current use case. You can always create more accounts on different networks later.

5

Securely Store your Private Key

Details here

6

Securely Store your Recovery Phrase

Each account is backed by a 12-word recovery phrase. This phrase is your only way to restore the account if access is lost.

  • Write it down and store it securely — preferably offline.

  • Do not share it with anyone.

  • You will be asked to confirm the phrase before continuing.

7

Confirm and Finalize account

Congratulations, your account has been created. You’ll see it listed in your dashboard, associated with the selected network. If desired, you can download an encrypted file of your secret key and recovery phrase.

Additional Notes

Multiple Accounts:

Circular allows organizations to create and manage multiple blockchain accounts under a single organizational profile. This flexibility is useful for segmenting activity across teams, departments, use cases, or even regulatory jurisdictions. For example, a clinical research team might operate one account for internal studies and another for collaborative trials with external partners. Each account has its own cryptographic key pair and its own certificate ledger, while still being owned and managed by your organization.

Filtering by Network:

As your organization expands, you may manage accounts across several environments. Circular Connect makes it easy to filter and view your accounts by network:

  • Mainnet for production-grade records

  • Testnet for simulating certificate workflows before launch

  • Devnet for rapid development and experimentation

This filtering feature helps you keep test environments separate from production, while still managing everything from a single interface.

Using the Faucet (Testnet & Devnet only):

On Testnet and Devnet, you can request free certificate credits from the built-in faucet. This allows you to simulate issuing and verifying certificates without making a purchase. It’s a valuable tool for developers testing integrations or teams experimenting with Circular’s features before going live.

Next Steps:

Your account is now ready, but it cannot issue certificates until it has available certificate credits. In the next step, we’ll walk through how to purchase credits using a predefined plan or a custom package, depending on your organization’s needs. These credits are used each time you certify and anchor new data on the network.