JavaScript SDK
GitHub: https://github.com/FunctionX/fx-js-sdk
fxwallet version (minimum): v2.0
WalletConnectId: 39778
CHAIN_ID: fxevm
Overview
Like the python SDK, Function X's JavaScript SDK: fx-js-sdk
, can also be used to prototype, develop, and deploy blockchain solutions using JavaScript.
Usage Examples
Get Accounts
Example
Result
[name, algo, publicKey, addressByte, bech32Address]
Sign Transactions (amino)
Sign transaction using FunctionX Mobile Wallet via Wallet Connect
signer:
bech32Address
Example
Last updated