ucom-libs-wallet
v2.44.0
Published
NPM package to implement UOS wallet
Downloads
40
Readme
U°OS Application Wallet Library
Wallet interface
Resources
Main goals
- The library implements a blockchain wallet for U°OS (EOS-based) network.
- The library is a part of UOSnetwork project
- The library is used both on backend UOS application and frontend UOS application
Most interesting features
- A straightforward API to use - call the method and provide required arguments.
- The client application does not need to know anything about the concrete blockchain implementation.
- Send tokens, buy/sell all kinds of resources (CPU/Network/RAM), vote for the nodes.
- Fetch real-time users properties related to the blockchain.
Most interesting solutions
- Everything related to the blockchain is placed to this library. backend UOS application is only a client.
- Typescript and custom interfaces.
- 100+ autotests and test-driven development.
- Blockchain-related dictionaries can be used outside the library scope.
- 10+ eslint/tslint rules to provide a high quality of implementation.
See also CONTRIBUTING for detailed project information.