You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/developer-guides/user-wallets-and-scp.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ description: Guide for creating user wallets and sending transactions using the
4
4
---
5
5
6
6
7
-
In this document, we will guide you through the creation of user wallets using the smart contract portal on the SettleMint platform. We will also show how you can send transactions to your contracts and sign them with one of the wallets in the portal.
7
+
In this document, we will guide you through the creation of user wallets using the smart contract portal on the SettleMint platform. We will also show how you can send transactions to your contracts and sign them with one of the wallets in the portal.
8
8
9
-
## Required platform deployments:
9
+
## Required platform deployments:
10
10
- Blockchain network (e.g. besu)
11
11
- An HD ECDSA private key
12
12
- An empty smart contract set
@@ -35,7 +35,7 @@ Keep the address of the smart contract, you will need it to send a transaction i
35
35
You will also need the contract ABI. You can find it in **out/counter.sol/counter.json**
36
36
37
37
### Smart contract portal
38
-
Deploy the portal on your blockchain network and use the contract that you copied from the IDE. This will create a custom API automatically.
38
+
Deploy the portal on your blockchain network and use the contract that you copied from the IDE. This will create a custom API automatically.
You can test the request directly from the portal by clicking on **Test Request**. This opens a form in which you can enter the **keyVaultId** of your wallet and the user name of your choice:
51
+
You can test the request directly from the portal by clicking on **Test Request**. This opens a form in which you can enter the **keyVaultId** of your wallet and the user name of your choice:
0 commit comments