@pollum-io/sysweb3-keyring
TypeScript icon, indicating that this package has built-in type declarations

1.0.479 • Public • Published

Sysweb3-keyring

Collection of useful account functions for Syscoin multi-chain.

Here, you'll find methods that help you to handle wallet, address, accounts, transactions and trezor wallet.

Furthermore, our motivation to build these solutions is:

  • centralize and support sys and web3 functions related to account
  • facilitate the dapp development
  • build a helpful, single, maintained and stable library

Setup

For use this library, is nice to have:

  • Node.js 10 or later installed
  • Yarn v1 or v2 installed

For install, you can follow these commands:

  • yarn add @pollum-io/sysweb3-keyring
  • npm install @pollum-io/sysweb3-keyring

Usage

The sysweb3-keyring was builded to have a really simple usability. For example, you can import package and console it to know what kind of functions you'll find:

import sysweb3 from '@pollum-io/sysweb3-keyring';

console.log(sysweb3);

{
  Web3Accounts: function () {},
  SyscoinAddress: function () {},
  initialize: function () {},
  TrezorTransactions: function () {},
  ...
}

Inside of source folder, you'll find some others folders like:

  • accounts: this folder have the eth-accounts file. There, you'll be able to use all the web3 functions related to web3 account, like getBalance and getTokens, sendTransaction
  • address: this folder have the syscoin file. There, you'll be able to use all the sys functions related to sys account, like getValidAddress and getChangeAddress
  • transactions: this folder have the syscoin file. There, you'll be able to use all the sys functions related to sys transactions, like confirmTokenCreation and signTransaction
  • trezor: this folder have the init, transactions and wallet files. There, you'll be able to use all the sys functions related to trezor wallet, like initialize, TrezorTransactions and TrezorWallet
  • wallets: this folder have the main file. There, you'll be able to use all the sys functions related to wallet, like getAccountXpub and createWallet

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i @pollum-io/sysweb3-keyring

Weekly Downloads

13

Version

1.0.479

License

MIT

Unpacked Size

602 kB

Total Files

102

Last publish

Collaborators

  • clausss
  • leozera14
  • lucasgabrielgsp
  • thomgabriel
  • lucasbitt
  • gabrielprediger
  • canokaue