Skip to main content

What is an account?

Accounts are on-chain wallets managed by your organization. They hold assets and are the source for transactions. Accounts are created through proposals that admins approve and execute.

1) Set up the client

Create the SDK client used to submit account proposals.

2) Create an account proposal

Define the account details and submit the proposal.

3) Sign and execute the proposal

Collect the required approvals and execute the proposal.

4) Get the account

Fetch the created account once the proposal is executed.

Full example