Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.95 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.95 KB

U°OS Application Wallet Library

dependencies Status devDependencies Status

Wallet interface

Wallet interface

Resources

Blockchain resources interface

Main goals

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.

Social action workflow