Skip to content

Cashmaney/ethereum-tx-sign

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-tx-sign

Build Status

Allows you to sign Ethereum transaction offline.

  const ETH_CHAIN_ID: u32 = 1;

  let tx = RawTransaction {
    ...
  }

  let raw_rlp_bytes = tx.sign(&private_key, ETH_CHAIN_ID);

That's it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%