web3_connect 0.0.1 copy "web3_connect: ^0.0.1" to clipboard
web3_connect: ^0.0.1 copied to clipboard

outdated

Package to connect crypto wallets to flutter applications.

Connect crypto wallet to application and get back various variable necessary for interacting with smart contracts.

Features #

Connect to all wallets available on WalletConnect and get back necessary variable to interact with smart contracts.

Usage #

Web3Connect w3c = Web3Connection();
w3c.connect() //to establish connection and get a pop up to choose wallet
w3c.disconnect() //to kill the session
w3c.enterRpcUrl("http://localhost:7545") //to enter a rpcUrl of your choice 
w3c.account //String containing account number with which connection was made
w3c.credentials //WalletConnectEthereumCredentials required to interact with smart contracts

Additional information #

Created as a starting point for a better wallet integration experience. Feel free to create issues on the repository to make the package better.

5
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Package to connect crypto wallets to flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_web3, flutter, http, provider, url_launcher, walletconnect_dart, web3dart

More

Packages that depend on web3_connect