Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ It also provides numerous benefits, such as enabling you to specify the high ava

After finishing the installation, you will have access to a suite of services and tools designed to support you throughout your blockchain journey. To explore these tools in detail, we invite you to visit our [Developer Hub](/docs/about-settlemint/intro/).

- **Public chains**: Polygon PoS, Polygon zkevm, Ethereum, Avalanche, Arbitrum, Optimism, Binance Smart Chain, Fantom, Hedera _(Internet access required)_
- **Public chains**: Polygon PoS, Polygon zkevm, Ethereum, Avalanche, Arbitrum, Optimism, Fantom, Hedera _(Internet access required)_
- **Private chains**: Hyperledger Besu, Quorum, Hyperledger Fabric
- **Block Explorers**: Otterscan for Public networks, Blockscout for permissioned
Expand Down
1 change: 0 additions & 1 deletion docs/using-platform/18_authentication.md

This file was deleted.

31 changes: 31 additions & 0 deletions docs/using-platform/18_user_wallet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# User Wallets

SettleMint's **User Wallets** feature offers a production-ready solution for managing infinite wallets with efficiency and scalability. This tool empowers users with seamless wallet generation, ensuring **cost-effective management** and eliminating additional expenses. By generating **unique addresses for each user**, privacy is significantly enhanced, while improved performance ensures faster, parallel transaction processing through separate nonces. User wallet also simplifies wallet recovery since all wallets are derived from a single master key. User wallets use the same signing proxy to sign transactions with the corresponding user private key.

## Set up User Wallets

To set up your user wallets, navigate to your application, click **Private keys** in the left navigation, and then click **Create a private key**. This opens a form.

Select **HD ECDSA P256** as the private key type then, enter a **name** for your deployment. You can also select the nodes or load balancers on which you want to enable the user wallets. You can change this later if you want to use your user wallets on a different node. Click **Confirm** to deploy the wallet.

![Add User Wallet](../../static/img/using-the-platform/add-user-wallet.png)

## Create User Wallets

When your deployment status is **Running**, you can click on it to check the details. You can see the Mnemonic from which the user wallets are generated under **Key material**.

![Wallet details](../../static/img/using-the-platform/user-wallet-details.png)

Upon initialization, the User Wallets section is empty. To create your first user wallet, click on **Create a user wallet**.

![Create User Wallet](../../static/img/using-the-platform/create-user-wallet.png)

This opens a form in which you must enter a wallet name.

![Create User Wallet Form](../../static/img/using-the-platform/create-user-wallet-form.png)

The new user wallet appears in the list.

![User Wallet List](../../static/img/using-the-platform/user-wallet-list.png)

You can now see the address associated with that user. Remember that for networks that require gas to perform a transaction, the user wallet should contain enough funds to cover the gas price. You can fund it using the address displayed in the list.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading