메인 콘텐츠로 건너뛰기
Change page

Ethereum for Dart developers

최근 수정: , 2024년 3월 23일

Getting started with smart contracts and the Solidity language

Tutorials

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(opens in a new tab)
  2. Ethereum 5.0.0 from darticulate.com(opens in a new tab)

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(opens in a new tab).

이 문서가 도움이 되셨나요?