Skip to content

av1ctor/evm-txs.mo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.