Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

banner image

fluthereum

description

flutter example project to run solidity smart contracts using web3dart library

dependencies

web3dart:

a dart library that connects to interact with the ethereum blockchain. it connects to an ethereum node to send transactions, interact with smart contracts and much more!

features

  • connect to an ethereum node with the rpc-api, call common methods
  • send signed ethereum transactions
  • generate private keys, setup new ethereum addresses
  • call functions on smart contracts and listen for contract events
  • code generation based on smart contract abi for easier interaction

about solidity

solidity is an object-oriented, high-level language for implementing smart contracts. smart contracts are programs which govern the behaviour of accounts within the ethereum state.

solidity is a curly-bracket language. it is influenced by c++, python and javascript, and is designed to target the ethereum virtual machine (evm). you can find more details about which languages solidity has been inspired by in the language influences section.

about flutter

a few resources to get you started if this is your first flutter project:

for help getting started with flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full api reference.

licence

https://opensource.org/licenses/mit


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top