Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a framework for interacting with known contracts (Dapps) #178

Closed
2 of 4 tasks
zah opened this issue Nov 20, 2018 · 1 comment
Closed
2 of 4 tasks

Implement a framework for interacting with known contracts (Dapps) #178

zah opened this issue Nov 20, 2018 · 1 comment

Comments

@zah
Copy link
Member

zah commented Nov 20, 2018

This is item 17 from the Nimbus roadmap.

We need to implement a Nim framework similar to web3.js and web3.py that is able to talk to any of the existing Ethereum clients over their JSON-RPC interface. Such a framework is able to describe a contract through their public interface, to execute transactions given well-typed parameters and to monitor the announced new blocks for log events produced by the contract.

Out initial target will be to monitor the upcoming Validator deposits contract, whose log events will be consumed by our beacon chain implementation.

Sub-tasks:

  • Nim-types-to-ABI-types translation and contract FFI DSL.
  • Transaction creation logic
  • Event monitoring logic
  • Provide high-level information about the contract for the UI layer (NatSpec, etc)
@PMunch PMunch self-assigned this Jan 14, 2019
@zah
Copy link
Member Author

zah commented Feb 23, 2020

This has been implemented as https://github.com/status-im/nim-web3

@zah zah closed this as completed Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants