0.1.16 • Published 9 months ago

tanglepaysdk-ethereumprovider v0.1.16

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

@tanglepay/ethereum-provider

@tanglepay/ethereum-provider is an Ethereum provider adapter for the TanglePay SDK, allowing developers to use popular Ethereum libraries like web3.js with TanglePay without modifying existing code.

npm version

Installation

`bash

npm install tanglepaysdk-ethereumprovider

`

Usage

To use @tanglepay/ethereum-provider, simply replace the default Ethereum provider with the TanglePay provider in your existing Ethereum library, such as web3.js. Here's an example using web3.js:

`javascript

const web3 = new Web3(window.ethereum)

// Now you can use web3 with TanglePay as you normally would with an Ethereum provider `

Contributing

We welcome contributions to the TanglePay SDK! Please read our CONTRIBUTING.md guide for more information on how to contribute and submit pull requests.

License

@tanglepay/ethereum-provider is released under the Apache License.

0.1.13

9 months ago

0.1.14

9 months ago

0.1.16

9 months ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago