Skip to content

UOSnetwork/ucom.libs.wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Andrew U
Jun 15, 2020
fafdfdd · Jun 15, 2020
Jun 15, 2020
Jul 20, 2019
Jun 15, 2020
Jan 21, 2020
Apr 18, 2019
Oct 28, 2019
Jan 10, 2019
Nov 2, 2018
Jun 2, 2019
Jul 20, 2019
Apr 18, 2019
Oct 29, 2019
May 20, 2019
Jan 7, 2020
Jun 15, 2020
Jan 20, 2020

Repository files navigation

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