Welcome
Getting Started
Setup Node.js
Send first transaction
How-to Guides
Setup Test Chain
Create Account
Query Accounts
Send Transactions
Query Transactions
Create Token
Transfer Token
Create NFT
Update NFT
Transfer NFT
Query NFT
Create NFT Factory
Acquire from NFT Factory
Mint from NFT Factory
Reference Guides
Working with Crypto
Working with Numbers
Working with Wallets
Working with DIDs
Working with Transactions
Working with Tokens
Working with NFTs
Work with Verifiable Credentials
Working with Stakes
Working with Delegations
State Types
Transaction Types
Conceptual Guides
Understanding DIDs
Understanding Wallets and Accounts
Understanding Transactions
Understanding Tokens
Understanding NFTs
Understanding Verifiable Credentials
ToolKit
Chain Explorer
File Chain Manager
Frequently Asked Questions
this page is a draft and need to be updated
1/6/2024
An account is a data entry that's stored in the chain ledger, on-chain accounts are controlled by off-chain wallets, see understanding accounts and w
Query account by address Since each account is identified by account address(DID), we can query account state by address with getAccountState method:
this page is a draft and need to be updated Sign transaction programmatically Sign transaction with DID Connect
this page is a draft and need to be updated Query transaction by hash Query transaction by account Query transaction by token Query transaction by NFT
this page is a draft and need to be updated Symbol Supply Icon
this page is a draft and need to be updated transferV2 transferV3
this page is a draft and need to be updated Create simple NFT Create immutable NFT Create transferrable NFT Create NFT with Display Create NFT with En
this page is a draft and need to be updated Update NFT moniker Update NFT data: append only
this page is a draft and need to be updated Query NFT by address Query NFT by account
this page is a draft and need to be updated Factory inputs Factory output Factory attributes Factory mint hooks Create the factory
this page is a draft and need to be updated Acquire from NFT Factory
this page is a draft and need to be updated Mint from NFT Factory