Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 775 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 775 Bytes

evm-txs.mo

EVM transactions creation, encoding, and decoding library in pure Motoko.
ICDevs.org bounty #32, see: https://forum.dfinity.org/t/open-icdevs-org-bounty-32-evm-transactions-motoko-8-000/17884

References

Dependencies

Features

  • Supports legacy, EIP2930 and EIP1559 transactions
  • The chain id is user-defined
  • Can be set up to work with vessel or MOPS

Examples

See e2e/tx_tools for a complete example

Todo

Licensing

Distributed under the terms of the Apache License (Version 2.0).

See LICENSE for details.