Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 2.32 KB

File metadata and controls

33 lines (26 loc) · 2.32 KB
titledescriptionlangincomplete
Ethereum for Dart developers
Learn how to develop for Ethereum using the Dart language
en
true

Getting started with smart contracts and the Solidity language {#getting-started-with-smart-contracts-and-solidity}

Tutorials {#tutorials}

Working with Ethereum clients {#working-with-ethereum-clients}

You can use Ethereum to create decentralized applications (or "dapps") that utilize the benefits of cryptocurrency and blockchain technology. There are at least two currently maintained libraries for Dart to use the JSON-RPC API for Ethereum.

  1. Web3dart from simonbutler.eu
  2. Ethereum 5.0.0 from darticulate.com

There are also additional libraries that allow you to manipulate specific Ethereum addresses, or that let you retrieve prices of various cryptocurrencies. You can see the full list here.

close