Basic guides

Basic guides

These guides provide information on how to execute key functionality of the XpansionChain platform using our developer tools.

Each guide provides information for building with:​

  • Core SDK - with the Wallet SDK for obtaining user signatures (recommended)

  • JS SDK - with the Link SDK for obtaining user signatures

Read more about our SDKs and how they work together >

Guides:​

πŸ“„οΈ Install and initialize Core SDK

πŸ“„οΈ Get dataThis guide provides information on how to get data about events on XpansionChain. Typically, this data is about current state (ie. asset ownership, open orders) or past transactions (ie. trades, asset transfers).

πŸ“„οΈ Generate signers User signatures are required for certain types of operations on XpansionChain X. These are:

πŸ“„οΈ Register users User registration consists of two parts:

πŸ“„οΈ Creating orders Please refer to this guide to learn more about maker taker fees when you plan your migration to the upgraded v3 endpoints.

πŸ“„οΈ Creating trades Creating a trade is also known as filling an order, or buying an asset. A user executes a trade by agreeing to purchase an asset at the terms specified in the order and then becomes the new owner of the asset.

πŸ“„οΈ Mint assets Minting assets on XpansionChain means to bring into existence tokens from a smart contract. For more information on this concept, please see Deep dive into minting.

πŸ“„οΈ Asset transfers A user might want to transfer their asset from one wallet to another for various reasons, ie. sending the asset as a gift.

πŸ“„οΈ Asset deposits and withdrawalsApplications may want to enable users to:

πŸ“„οΈ Crypto on and off-rampsTypically, getting crypto onto

Last updated