项目作者: kabl

项目描述 :
Manually create and sign an Ethereum transaction
高级语言: JavaScript
项目地址: git://github.com/kabl/web3-raw-transaction.git
创建时间: 2018-09-20T20:59:06Z
项目社区:https://github.com/kabl/web3-raw-transaction

开源协议:MIT License

下载


Raw Transaction

Tests sign transaction on a client. Instead using the private key on the Node.

  • Plain Ether Transaction
  • Smart Contract interaction

Running the tests

  1. # Start ganache-cli
  2. ganache-cli
  3. # Running the tests
  4. truffle test
  5. # Running manual a test on Rinkeby
  6. node rinkeby/sendRawEtherTx.js