🧰Toolboxes

Description

Toolboxes are set of functions focused to deliver support of handling specific blockchain. They are split into few packages to group similar functionalities together and reduce code complexity. There is no need to support all chains from toolbox package but support of chains implemented by toolbox is usually just adding it to connectX method as logic is already implemented.

Usually - you don't have to even import any part of toolbox package into project as they are implemented under wallet interfaces. There are exceptions like backend services, server transaction executions or implementation, building your own wallet interface or injecting an already defined signer function into toolbox.

ToolboxBased onSupported Chains

GAIA(ATOM), KUJI, BNB(BEP2), THOR, MAYA(CACAO)

ARB, AVAX, BSC(BEP20), ETH, MATIC, OP

DOT, FLIP

BTC, BCH, DASH, DOGE, LTC

Last updated