Giter Club home page Giter Club logo

ethgen's Introduction

Ethgen


A toolkit for ethereum compatible development.


Contains base primitives, utilities and helper macroses to construct RPC calls, to deserialize RPC responses and extract the data and to sign transactions with a private key, built with full no_std support.

Currently uses forbid(unsafe_code) directive, however this may change as soon benchmarking is done and use of unsafe code would show significant gain of performance.



Platform specific limitations

  • Builds only for 32-bit or 64-bit platforms (crypto-bigint);


Why not just use ethers-rs or anvil?

The idea behind this project is to pack the minimum set of things required for an app to interact with ethereum compatible network with a completelly no_std library.

Imagine all the cryptoghraphy happening in a wallet in a isolated wasm module, or a chain event listener running on a smart watch. This and many more are the opportunities this create is designed to open for the blockchain dev community.



Development state

This project is not yet released, if you are looking for a create to use, consider checking the ethers-rs.

Currently this project is at the embryo state and is under heavy development, the following features are planned to be included in the first stable release:

  • [] Blockchain primitives;
    • [] Address;
    • [] Block;
    • [] uint256;
  • JSON serializable / deserializable RPC calls;
  • [] Eip1559 Transaction (with RLP serialization);
  • [] Secp256k1 signature;


Sources:

JSON

RPC

RLP

Crypto



Build documentation

RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc


ethgen's People

Contributors

tikhoplav avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.