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
Any user in a Ecency system can create/import external tokens to account. It helps different clients and Ecency to operate with these tokens, show overview or detailed view etc.
9
+
10
+
### Storage
11
+
12
+
Each token's public information is storing in two places:
13
+
14
+
1.**Private Ecency API** – uses for Ecency only purposes, strong-safe place;
15
+
2.**Profile metadata** – can be used in any Hive client, weak-safe place, could be overrided by any client.
16
+
17
+
### Create a wallet
18
+
19
+
To create a wallet SDK provides mutations and automatically set it to query. No need to handle it automatically.
20
+
21
+
exportconst exampleCode =`
22
+
import { useWalletCreate, EcencyWalletCurrency } from '@ecency/sdk';
0 commit comments