tx-from-scratch 0.1.0

Library that allows you to create and sign ethereum legacy transactions from scratch
Documentation
[dependencies.rlp]
version = "0.5.2"

[dependencies.secp256k1]
features = ["default", "recovery"]
version = "0.25.0"

[dependencies.sha3]
version = "0.10.6"

[dev-dependencies.ethereum-types]
version = "0.14.1"

[dev-dependencies.jsonrpsee]
features = ["full"]
version = "0.16.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.126"

[dev-dependencies.serde_json]
version = "1.0.64"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.web3]
features = ["bytes"]
version = "0.18.0"

[package]
authors = ["David Kulman kulman.david@gmail.com"]
categories = ["cryptography::cryptocurrencies"]
description = "Library that allows you to create and sign ethereum legacy transactions from scratch"
edition = "2021"
keywords = ["ethereum", "transaction", "crypto"]
license = "MIT"
name = "tx-from-scratch"
readme = "README.md"
repository = "https://github.com/Kuly14/eth-tx-from-scratch"
version = "0.1.0"