walletAPI Progress Update

A few people have asked about the walletAPI. This post will share a quick update.
@CryptoFish and I have been working with XeggeX to develop a wallet API app that CEXs can use to help them manage ZTS assets on their exchange. We currently have the following endpoints (images). These include everything that XeggeX has asked for.

This walletAPI is designed to be run within the CEX’s private infrastructure. It should never be exposed to the public. There is one wallet and each user will have their own accountIndex. The CEX can use local QSR to fuse to each address OR use the Plasma Bot at ZenonHub.io. There are basic send and receive functions, fuse / unfuse plasma, and various ledger options. In addition, the CEX has the ability to add and remove addresses to an auto receive function so the wallet receives TXs automatically. Finally, there is DOS protection if someone sends many small TXs to a wallet address.

The wallet will have a simple User ID and Password to establish a secure connection to the wallet. This UI could be expanded in the future to setup multiple users with privileges.

The goal is to have this wallet ready for production in April.



7 Likes