App Registration and Key Issuance
To integrate the Wepin Wallet, you need to register your app information in the Wepin Workspace and obtain an App ID and App Key. Please proceed by signing up and logging in via the Wepin Workspace link below.
After logging in, enter the name of your app in the workspace. The following workspace dashboard will appear on the screen. You can change the app name later under the Basic Information tab.
Adding Networks and Assets
The next step is to add the network that will be used by the wallet integrated with your app. In the Network tab, select Add Network and search for the network name you wish to use in your app. To view the complete list of supported networks, please refer to the Supported Blockchains page.
Is the blockchain you need not listed? Please contact the Wepin team for blockchain support.
After adding the network, you need to register the assets that will be displayed to users in the integrated Wepin widget. Depending on the characteristics of your app, you can configure the list of tokens shown to users within the widget. The token list can be deleted or hidden as needed.
In the case of a multi-chain setup, even if the tokens are the same, they can differ across networks, so you need to add the tokens separately for each network. For example, if you want to add USDT to the token list for both the Ethereum and Polygon networks, you must add USDT for each network separately. Adding USDT on the Ethereum network does not automatically include it on the Polygon network.
Registering a Platform
After adding the network and assets, the next step is to register your app information and obtain the necessary keys. First, navigate to the Development Tools tab to find your App ID. The App ID is automatically generated when the app is created. Once you have confirmed your App ID, you can configure the following settings according to your app development environment.
Web
Enter the base domain for Web (e.g., http://localhost:3000) and save it. You will then see the App Key displayed on the screen.
Android
Enter the Android package name and save it. You will then see the App Key displayed on the screen.
iOS
Enter the Bundle ID and save it. You will then see the App Key displayed on the screen.
You have now completed all the preparations for installing Wepin. Next, refer to the guide and follow the instructions to use the SDK for your platform.
Last updated