1.0.26 • Published 1 year ago

@pollum-io/sysweb3-core v1.0.26

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Sysweb3-core

Collection of helpful browser functions for Syscoin multi-chain.

Here, you'll find methods that help you to interact with any HTTP client easily.

Setup

For use this library, is nice to have:

For install, you can follow these commands:

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

Usage

The sysweb3-core 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-core';

console.log(sysweb3);

{
  useLocalStorageClientl: function () {},
  getStateStorageDb: function () {},
  ...
}

Inside of source folder, you'll find one of the main files: sysweb3-di.ts

  • There, you'll be able to use all methods to set, get and delete storage (session or local) in your browser. All functions inside this file was build for give an easier experience with browser interaction.

These methods are just some of the ones available in our library.

Feel free to explore the possibilities. We hope you enjoy it.

License

MIT License

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.22

1 year ago

1.0.19

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago