0.0.1 • Published 6 years ago
@dappface/ethereum-provider v0.0.1
npm i -D @dappface/ethereum-providerimport { EthereumProvider } from '@dappface/ethereum-provider'
import Web3 from 'web3.js' // optional
const ethereum = new EthereumProvider({
url: 'wss://your-remote-node-url'
})
window.ethereum = ethereum
// optionally wrap with your favorite ethereum util library
const web3 = new Web3(ethereum)Inject in React Native WebView
// TODOHook wallet implemented in React Native
// TODOCreate custom wallet connection
// TODOCreate custom node connection
// TODO0.0.1
6 years ago