Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/av1ctor/evm-txs.mo
EVM transactions creation, encoding, and decoding library in pure Motoko
https://github.com/av1ctor/evm-txs.mo
ethereum evm icp internet-computer motoko motoko-language
Last synced: 4 days ago
JSON representation
EVM transactions creation, encoding, and decoding library in pure Motoko
- Host: GitHub
- URL: https://github.com/av1ctor/evm-txs.mo
- Owner: av1ctor
- License: apache-2.0
- Created: 2023-04-17T15:03:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-19T21:35:54.000Z (over 1 year ago)
- Last Synced: 2024-08-03T00:14:17.071Z (4 months ago)
- Topics: ethereum, evm, icp, internet-computer, motoko, motoko-language
- Language: Motoko
- Homepage:
- Size: 1.54 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-motoko - evm-txs - EVM transactions creation, encoding, and decoding library in pure Motoko. (Libraries / Cryptography)
README
# 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
- Ported from https://github.com/nikolas-con/ic-evm-sign## Dependencies
- libsecp256k1.mo: https://github.com/av1ctor/libsecp256k1.mo
- rlp-motoko: https://github.com/relaxed04/rlp-motoko
- motoko-sha3: https://github.com/hanbu97/motoko-sha3## 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.