JSPM

  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q54016F
  • License MIT

The @rarimo/provider TypeScript package which wraps managing multiple (EVM and non EVM type) chains wallet extension providers to the one common interface.

Package Exports

  • @rarimo/provider

Readme

@rarimo/provider

The @rarimo/provider TypeScript package which wraps managing multiple (EVM and non EVM type) chains wallet extension providers to the one common interface.

version (scoped package) types tree-shaking checks

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.0

Added

  • `createProvider` function, to simplify interface, which will create provider instance, user need to pass provider proxy implementation for needed wallet and web3 instance optionally.

Changed

  • Provider initiation, now constructor accepts one proxy implementation instead of map
1.0.0

Under the hood changes

  • Initiated package