Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MCarlomagno/fluthereum
💲 🐦 Flutter example project for integrating EVM smart contracts using web3Dart library
https://github.com/MCarlomagno/fluthereum
blockchain cryptocurrency flutter smart-contracts solidity
Last synced: 3 months ago
JSON representation
💲 🐦 Flutter example project for integrating EVM smart contracts using web3Dart library
- Host: GitHub
- URL: https://github.com/MCarlomagno/fluthereum
- Owner: MCarlomagno
- License: mit
- Created: 2021-10-06T18:45:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T21:16:12.000Z (about 2 years ago)
- Last Synced: 2024-05-28T13:30:56.346Z (5 months ago)
- Topics: blockchain, cryptocurrency, flutter, smart-contracts, solidity
- Language: Dart
- Homepage:
- Size: 1020 KB
- Stars: 78
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluthereum
## Description
Flutter example project to run Solidity smart contracts using web3Dart library
#### 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## Licence
https://opensource.org/licenses/MIT