首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏汇智网教程

    web3.eth.sendRawTransaction

    示例: var Tx = require('ethereumjs-tx'); var privateKey = new Buffer('e331b6d69882b4cb4ea581d88e0b604039a3de5967688d3dcffdd2270c0fd109

    1.3K90发布于 2018-05-17
  • 来自专栏NFT技术

    NFT盲盒商城交易系统Dapp开发部署方式

    使用eth_sendRawTransaction  这个就比较简单了,使用上篇博文的ethereumjs-tx来签名发送即可。

    54040编辑于 2022-08-25
  • 来自专栏向治洪

    React Native也能玩区块链了

    但是要注意,JavaScript 的Math.random()函数可能会被看作是一个加密学上来讲可预测的随机数生成器,但我现在并不担心这点,因为 ethereumjs-tx 不需要用它来为交易签名。

    1.6K20编辑于 2022-11-30
  • 来自专栏深入浅出区块链技术

    以太坊钱包开发系列3 - 展示钱包信息及发起签名交易

    代码如下: const tx = new EthereumTx(txParams) tx.sign(privateKey) const serializedTx = tx.serialize() 代码参考ethereumjs-tx

    4.1K40发布于 2018-12-25
  • 来自专栏oracle3技术大杂烩

    2019-03-14 通过rpc发布和调用以太坊合约

    10000000000000000000 1.2、安装nodejs需要的库 cd temp mkdir web3test cd web3test npm install keythereum npm install ethereumjs-tx

    61320编辑于 2022-05-13
  • 来自专栏Urlteam

    2022-区块链开发工具库

    Web3Wrapper - Typescript Web3 替代品 Ethereumjs - 以太坊的实用函数集合,如ethereumjs-util和ethereumjs-tx Alchemy-web3

    2.4K20编辑于 2022-04-02
  • 来自专栏深入浅出区块链技术

    以太坊开发工具及资源大全

    Web3Wrapper[73] -Typescript Web3 API Ethereumjs[74] - 以太坊的实用工具函数集合,例如:ethereumjs-util[75]和ethereumjs-tx https://github.com/ethereumjs/ [75] ethereumjs-util: https://github.com/ethereumjs/ethereumjs-util [76] ethereumjs-tx : https://github.com/ethereumjs/ethereumjs-tx [77] flex-contact: https://github.com/merklejerk/flex-contract

    3.4K10发布于 2021-01-28
  • 来自专栏汇智网教程

    交易所对接以太坊钱包服务设计与实现

    然后我们可以添加一些钱包服务要用到的node依赖包,执行如下命令: ~/exhcange-hubwiz/eth-wallet$ npm install --save web3 redis kafka-node ethereumjs-tx

    3.2K10发布于 2019-08-09
  • 来自专栏编舟记

    Truffle Provider 构造及其解释

    其中,signTransaction函数中使用库ethereumjs-tx对交易参数做了签名处理。

    1.7K41发布于 2019-02-26
  • 来自专栏区块链大本营

    敢挑战吗?这30个以太坊开发示例,让你成为80万都挖不走的区块链人才!

    tac toe 3x3 board 无需人工智能 30_web3_DAO_deploy 从 ethereum.org/dao复制DAO代码 将其更新为Solity0.4.24并编译 使用 web3 和ethereumjs-tx

    1.3K30发布于 2018-09-21
  • 来自专栏区块链入门

    这30个以太坊开发示例,让你成为80万都挖不走的区块链人才!

    tac toe 3x3 board 无需人工智能 30_web3_DAO_deploy 从 ethereum.org/dao复制DAO代码 将其更新为Solity0.4.24并编译 使用 web3 和ethereumjs-tx

    1.6K30发布于 2018-09-27
  • 来自专栏web秀

    Web工程师以太坊入门

    这样做: var Tx = require('ethereumjs-tx'); var privateKey = Buffer.from(config.me.pkey, 'hex') var tx =

    88410发布于 2019-09-04
  • 来自专栏区块链与Web3.0

    Solidity开发智能合约

    localhost:8546');使用举例:web3.eth.getAccounts().then(console.log);1.2 Ethereumjs以太坊的实用程序功能集合,如ethereumjs-util和ethereumjs-tx

    65510编辑于 2024-07-28
  • 来自专栏信数据得永生

    面向企业的区块链教程(三)

    name": "health", "private": true, "dependencies": { "eth-crypto": "¹.2.1", "ethereumjs-tx require("ethereumjs-wallet") let ethereumjsUtil = require("ethereumjs-util"); let ethereumjsTx = require("ethereumjs-tx 除了 PRE 外,我们还了解了许多 JS 和 Python 库,比如etherumjs-wallet,ethereumjs-tx,ethereumjs-util和npre。

    51800编辑于 2024-05-24
  • 来自专栏区块链大本营

    《以太坊攻略》,小白如何逆袭成为技术大咖?要学的全在这里了

    Javascript Web3替代,有用的实用程序和钱包功能 Web3Wrapper- Typescript Web3 替代品 Ethereumjs -以太坊的实用函数集合,如ethereumjs-util和ethereumjs-tx

    2.3K31发布于 2018-09-21
  • 来自专栏蜉蝣禅修之道

    以太坊DApp系列(二)---从入门到出家

    coder = require('web3/lib/solidity/coder'); var CryptoJS = require('crypto-js'); var Tx = require('ethereumjs-tx

    3.9K180发布于 2018-07-17
  • 来自专栏AI SPPECH

    004_钱包类型与选择指南:Web3资产安全的基石

    位数字 生成助记词:按照屏幕提示,安全记录24个助记词 验证助记词:输入部分助记词进行验证,确保正确记录 安装应用:通过Ledger Live安装所需的区块链应用 // 硬件钱包连接与交易示例 (使用ethereumjs-tx require('web3'); const HDWalletProvider = require('@truffle/hdwallet-provider'); const EthTx = require('ethereumjs-tx

    60110编辑于 2025-11-18
  • 来自专栏区块链入门

    第十一课 从宠物商店案例看DAPP架构和WEB3.JS交互接口

    示例: var Tx = require('ethereumjs-tx'); var privateKey = new Buffer('e331b6d69882b4cb4ea581d88e0b604039a3de5967688d3dcffdd2270c0fd109

    2.9K40发布于 2018-08-10
领券