Accounts Management
Managing Wallets and Addresses
tip
If integrating a system with the Network involves transfers between different users (accounts) - a good example for this case is the integration between an exchange system and the Network - the recommended approach is to have an Elrond Account (Address) for each user of the system.
Accounts creation can be achieved through different approaches:
- using the Elrond Web Wallet
- programmatically, using our elrond-core-js library
- using the lightweight CLI wrapper over our elrond-core-js library
- using our lightweight HTTP utility, which wraps the elrond-core-js library
- programmatically, using the TrustWalletCore extension for Elrond
- programmatically, using the erdjs - JavaScript SDK
- programmatically, using the erdpy - Python SDK
- programmatically, using the erdgo - Golang SDK
- programmatically, using the erdjava - Java SDK