0.3.4 • Published 3 years ago

react-native-awesome-web3 v0.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-awesome-web3

web3 with native

Installation

npm install react-native-awesome-web3

iOS

should in ios Podfile add

pod 'OpenSSL', :git => 'https://github.com/bither/OpenSSL.git', :branch => 'master'
pod 'Bitheri', :git => 'https://github.com/bither/bitheri.git', :branch => 'develop'

Usage

import AwesomeWeb3 from "react-native-awesome-web3";

// ...

const result = await new AwesomeWeb3().generatorSeed(mnemonic, password?);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT