Prerequisites
1. NPM install
2. Setting Up Configuration
Magma Typescript SDK includes a default initialization method that allows for quick generation of the Magma SDK configuration. You can utilize the src/config/initMagmaSDK method to swiftly initialize the configuration. You have the option to select either 'mainnet' or 'testnet' for the network.
If you wish to set your own full node URL and simulate address, you can do so as follows:
Now, you can start using Magma SDK!
Last updated