Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Flutter example project to run Solidity smart contracts using web3Dart library

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

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 Fluthereum app source code on GitHub

https://github.com/MCarlomagno/fluthereum

Exit mobile version