E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ethereumjs
使用npm生成ETH钱包地址
先在npm中安装eth的依赖库
ethereumjs
-walletnpmiethereumjs-wallet编写生成脚本gen.jsvarWallet=require('
ethereumjs
-wallet
岑吾
·
2024-01-23 23:31
基于
ethereumjs
创建区块链钱包 HD Wallet (Hierarchical Deterministic wallet)
BIP32定义HierarchicalDeterministicwallet(简称"HDWallet"),是一个系统可以从单个seed产生树状结构储存多组keypairs(私钥和公钥)BIP39定义钱包助记词和seed生成规则,一般由12-24个单字组成,称为mnemonic。BIP44基于BIP32的系统,赋予树状结构中的各层特殊的意义。让同一个seed可以支援多币种、多帐户等(btc一般是m/
EAST东_059c
·
2024-01-05 08:16
【Web3】keyStore导出帐户、privatekey Get Wallet Address
3.1.0npminstallethereumjs-walletimport{onMounted}from'vue'import*asbip39from'bip39'import{hdkey}from'
ethereumjs
-walle
春暖花开.,
·
2023-07-14 00:39
web3
javascript
vue.js
前端
区块链
web3.js
目录1.介绍2.环境搭建2.1NPM2.2web3.js3.访问区块链网络4.智能合约对象5.调用智能合约读函数6.交易操作6.1安装
ethereumjs
-tx6.2准备账号6.3执行交易6.3.1创建交易对象
henulmh
·
2023-06-20 05:08
javascript
区块链
开发语言
web3.js运行交易操作文件出现:Error: Expected private key to be an Uint8Array with length 32错误
源码//app.js文件内容constreselt=require('dotenv').config();//默认读取项目根目录下的.env文件,用process.env.调用//1.导入
ethereumjs
-tx
Krlin_
·
2023-06-08 02:02
学习
前端
javascript
web3
React-Native对接以太坊钱包
环境react-native0.49.5node版本必须大于6必备库"dependencies":{"web3":"1.0.0-beta.34","ethers":"^3.0.29","
ethereumjs
-tx
精灵神帝
·
2023-02-19 02:42
EIP1559与传统Gas定价模型转账逻辑
/abis/erc20.json';import{FeeMarketEIP1559TransactionasTx}from'@
ethereumjs
/tx';import{Common,
·
2023-01-12 12:21
以太坊eip
eth钱包开发(nodejs)(一)
使用bip39通过助记词生成钱包/***bip39andwallet*/constbip39=require('bip39');constHDKey=require('
ethereumjs
-wallet
zachary_lee726
·
2021-06-14 00:45
调用 web3.js,连接 infura 节点进行合约转账
利用web3,调用erc20token合约,连接infura节点,进行转账varWeb3=require("web3");varTx=require('
ethereumjs
-tx');//合约地址varcontractAddress
yanging
·
2021-06-10 07:03
Truffle开发入门
trufflenpminstall-gtruffle需要安装Ethereum客户端,来支持JSONRPCAPI调用开发环境,推荐使用EthereumJSTestRPC:https://github.com/
ethereumjs
静谧的橘子
·
2021-06-04 11:37
安装
ethereumjs
-testrpc
ethereumjs
-testrpc//
ethereumjs
-testrpchasbeenrenamedtoganache-cli,pleaseusethispackagefromnowon安装ganache-cli
坠叶飘香
·
2021-04-17 17:39
web3通过助记词获取所有关联的账号:公钥、私钥、地址
1.业务逻辑需要使用bip39协议将助记词转换成种子,再通过
ethereumjs
-wallet库生成hd钱包,根据路径的不同从hd钱包中获取不同的keypair,keypair中就包含有公钥、私钥,再通过
boss2967
·
2020-09-16 02:43
以太坊
第6章 创建智能合约部署平台
在本章中,我们将学习如何使用web3.js编译智能合约,并使用web3.js和
EthereumJS
部署智能合约
xiaohuanglv
·
2020-09-10 21:11
以太坊 助记词提取 账户 公钥 私钥 最新实现可用。
step1装依赖的包(npm/yarn自己选一个):yarnaddbip39
ethereumjs
-walletethereumjs-utilnpminstallbip39
ethereumjs
-walletethereumjs-utilstep2
酒觉
·
2020-09-10 16:58
笔记
js
区块链
手把手教你编写智能合约(Smart Contract)-黎跃春-专题视频课程
手把手教你编写智能合约(SmartContract)—884人已学习课程介绍1、开发环境Atom配置2、
ethereumjs
-testrpc、truffle安装3、智能合约项目创建4、编译5、部署6、通过
黎跃春
·
2020-09-10 14:04
视频教程
ETH冷钱包实现思路
相关插件:bip39(生成助记词),
ethereumjs
-wallet(生成钱包,导入,导出),
ethereumjs
-tx(转账签名),
ethereumjs
-util(ETH功能集成插件),cryptojs
weixin_34026484
·
2020-08-24 05:20
区块链
NODEJS如何发送以太坊交易
我们需要web3js,express和
ethereumjs
-tx模块来执行交易。之后你需要从Infura输入你自己的apikey,登录到infura。开始首先,你需要为此项目创建一个空文件
weixin_34018202
·
2020-08-11 23:01
区块链智能合约solidity入门
Nodejssudoapt-getupdatesudoaptinstallcurlcurl-sLhttps://deb.nodesource.com/setup_8.x|sudo-Ebash-sudoapt-getinstall-ynodejssudoapt-getinstallnpm安装
ethereumjs
-testrpcsudoapt-get
SeanC52111
·
2020-07-12 19:37
blockchain
PHP如何验证以太坊签名
有一些很棒的开源项目,比如
ethereumjs
-util,它提供了一个用以太坊帐户签名的即插即用功能。JavaScript的一个缺点是,在许多领域,它带来了安全问题。
weixin_34191845
·
2020-07-12 09:20
通过以太坊账户地址恢复私钥,并通过私钥恢复出对应公钥
环境)npminstallethereumjs-wallet--savenpminstallethereumjs-util--save然后新建test.js代码:varWallet=require('
ethereumjs
-wallet
小学生长大了
·
2020-07-11 18:16
以太坊
公私钥
区块链
试运行truffle框架下的一个demo程序
demo,具体生成的demo文件夹的结构可以参考truffle的官方文档http://truffleframework.com/二、安装Ethereum客户端来支持JSONRPCAPI调用开发环境,推荐使用
EthereumJS
94Liuyahui
·
2020-07-11 10:08
blockchain
Web3.js介绍 · Ethereum Blockchain Developer Crash Course(三)了解交易transaction运作过程
为了把交易广播到网络上,我们要先对交易进行签名,我们使用
ethereumjs
-tx这个Java
Anyanyamy
·
2020-07-10 18:00
web3
使用web3进行ETH token交易
本文来自我对StackOverflow上SendERC20tokenwithweb3的回答代码如下:详情(图文)请参考我的回答varTx=require('
ethereumjs
-tx');varWeb3
KrisRoofe
·
2020-07-09 02:05
关于
ethereumjs
-tx在私链签名报错问题
首先要先了解一下以太坊的chainidCHAIN_IDChain(s)1Ethereummainnet2Morden(disused),Expansemainnet3Ropsten4Rinkeby30Rootstockmainnet31Rootstocktestnet42Kovan61EthereumClassicmainnet62EthereumClassictestnet1337Gethpri
xxy41092
·
2020-07-09 02:00
5.2 Hooked-Web3-Provider和
EthereumJS
-tx库
到目前为止,Web3.js库的sendTransaction()方法的所有例子都使用以太坊节点出现的from地址,因此以太坊节点能够在广播之前签署交易。但是如果用户把钱包的私钥存储在其他地方,geth就发现不了它。因此在这种情况下,需要使用web3.eth.sendRawTransaction()方法广播交易。web3.eth.sendRawTransaction()用于广播原始交易,也就是说,用
xiaohuanglv
·
2020-07-09 01:40
以太坊Web3.js开发基础
在github上上获得代码安装Testrpc安装Ethereum客户端来支持JSONRPCAPI调用开发环境,推荐使用
EthereumJS
。安装命令:sudonpminstall-gethereumj
Jevior
·
2020-07-07 11:00
Web3-Js:以太坊用
ethereumjs
-tx库发送签名交易
以太坊发送签名交易
ethereumjs
-tx推荐版本1.3.7直接上代码:constWeb3=require('web3');constTx=require('
ethereumjs
-tx');constweb3
夏_徐_梁
·
2020-07-06 20:22
以太坊
探索以太坊交易
[email protected]
ethereumjs
[email protected]
ethereumjs
[email protected]
复制代码然后创建文件tx.js,请求依赖关系。v
weixin_34097242
·
2020-07-06 19:35
web3js 进行转账
beta-36版本2、在部署有geth的机器上,执行node命令,就入控制台模式,然后逐行执行下面程序:constWeb3=require('web3')constEthereumTx=require('
ethereumjs
-tx
weixin_34367845
·
2020-07-06 01:20
【web3.js】使用私钥调用以太坊智能合约,踩坑记录
但是在这个过程一直遇到invalidsender,后来才发现是
ethereumjs
-tx的版本问题,记录一下,以防大家踩坑。解决方案注意ethereumj
Amber_Bao
·
2020-07-04 23:39
以太坊
【web3.js】使用`ethers`包,在以太坊上,利用本地私钥调用智能合约
本文介绍利用ethers,使用本地私钥调用智能合约方法利用web3.js结合
ethereumjs
-tx来调用合约的方法,见我的另一篇文章【web3.js】使用私钥调用以太坊智能合约,踩坑记录为什么要用私钥来调用智能合约
Amber_Bao
·
2020-07-04 23:09
以太坊
007 以太坊钱包开发-助记词、私钥、地址
ethereumjs
-wallet:产生和管理公私钥,我使用其中的hdkey子套件来创建HDWallet。
ethereumjs
-util:集合许多Ethereum需要的运算功能。
lengxue789
·
2020-07-02 07:09
区块链
区块链学习笔记
关于墨客的abi decode/encode
github库,也没有找到原始代码简单说这个网站可以接收合约的abi定义,然后让用户选中具体方法后,填写参数,形成签名需要的数据载荷payload和abi解析相关的有https://github.com/
ethereumjs
dspring9981
·
2020-07-01 23:45
区块链
abi
decode
encode
abi
墨客
区块链技术
以太坊单节点私链搭建(go+geth+Etherum Wallet)
另外的命令行客户端还有
ethereumjs
-lib(javascript),pyethapp(python),ruby-ethereum(ruby),其中geth使用的
皓阳当空
·
2020-07-01 17:32
环境搭建
区块链
以太坊开发:如何在私有链获取账号的私钥
https://github.com/
ethereumjs
/keythereum安装很简单:npminstallkeythereum调用importFromFile和r
暴走的K哥哥
·
2020-03-30 06:51
以太坊账户私钥形态keystore与privatekey相互转换
转换使用的是keythereum工具,github地址为:https://github.com/
ethereumjs
/keythereumKeythereum是一个用于生成,导入和导出以太坊密钥的JavaScript
一直天天向上
·
2020-02-23 19:28
以太坊(一):以太坊开发四部曲
ethereumjs
-lib以太坊功能的javascript库。Ethereum(J)Ethe
Emilia_随笔
·
2020-02-16 04:09
智能合约编写及部署
智能合约编写及部署标签(空格分隔):区块链智能合约编写及部署搭建开发环境安装
ethereumjs
-testrpc和truffle框架npminstall-gethereumjs-testrpctruffle
袁俊亮技术博客
·
2020-02-15 03:36
以太坊教程:通过NodeJS后端发送交易
我们需要web3js,express和
ethereumjs
-tx模块来执行交易。之后你需要从Infura输入你自己的apikey,登录到infura。开始首先,你需要为此项目创建一个空文件
编程狂魔
·
2019-12-12 00:39
区块链开源学习项目推荐
区块链开源学习项目MasteringBitcoin(精通比特币—英文版)MasteringEthereum(精通以太坊-英文版)awesome-blockchain–区块链白皮书、书籍、交易所、币种、自媒体等资源汇总
ethereumjs
-tx–Asimplemoduleforcreating
kyrie66
·
2019-03-17 00:00
区块链
以太坊交易到底在做什么?
[email protected]
ethereumjs
[email protected]
ethereumjs
[email protected]
然后创建一个文件tx.js并要求依赖项。va
芒果汁
·
2018-12-17 09:02
以太坊
区块链
以太坊开发
以太坊智能合约
智能合约
以太坊教程
区块链比特币以太坊EOS开发
Web3.js 发送ERC20转账交易
web31.0版本以下的用法:varWeb3=require("web3");varTx=require('
ethereumjs
-tx');varweb3=newWeb3();//连接测试网络web3.
SlowGO
·
2018-10-23 19:54
以太坊教程:通过NodeJS后端发送交易
我们需要web3js,express和
ethereumjs
-tx模块来执行交易。之后你需要从Infura输入你自己的apikey,登录到infura。开始首先,你需要为此项目创建一个空文件
芒果汁
·
2018-09-28 14:07
以太坊
区块链比特币以太坊EOS开发
NODEJS如何发送以太坊交易
我们需要web3js,express和
ethereumjs
-tx模块来执行交易。之后你需要从Infura输入你自己的apikey,登录到infura。开始首先,你需要为此项目创建一个空文件
malakashi
·
2018-09-28 00:00
api
智能合约
以太坊
区块链
node.js
以太坊HD钱包地址生成方式一
使用nodeJs生成以太坊HD钱包地址代码varbip39=require('bip39')varhdkey=require('
ethereumjs
-wallet/hdkey')varutil=require
jiang_xinxing
·
2018-09-05 16:49
etherenum
区块链技术
以太币转账
nodejshttps://www.npmjs.com/package/web3npminstallweb3https://www.npmjs.com/package/
ethereumjs
-txnpminstallethereumjs-txletWeb3
徐亮亮2333
·
2018-08-31 13:19
以太币转账
nodejshttps://www.npmjs.com/package/web3npminstallweb3https://www.npmjs.com/package/
ethereumjs
-txnpminstallethereumjs-txletWeb3
徐亮亮2333
·
2018-08-31 13:19
【译】Consortium Chain Development
ethereum/cpp-ethereumPythonhttp://github.com/ethereum/pyethereumJavascripthttp://github.com/ethereum/
ethereumjs
-libJavaht
Omni-Space
·
2018-08-06 07:30
区块链
(Block
Chain)
/
教程
Tutori
区块链
开发
联盟链
【以太坊】Ethereum交易过程及
ethereumjs
-tx的应用
关于Ethereum交易是如何从生成并在网络中广播的,如下总结七个步骤:一、构建原始交易对象如下为原始交易对象字段,并对各字段进行展开说明varrawTx={nonce:'0x00',gasPrice:'0x09184e72a000',gasLimit:'0x2710',to:'0x0000000000000000000000000000000000000000',value:'0x00',dat
铁柱同学
·
2018-07-28 14:05
区块链
从了解区块链到发布智能合约
智能交易solidity1
Nodejssudoapt-getupdatesudoaptinstallcurlcurl-sLhttps://deb.nodesource.com/setup_8.x|sudo-Ebash-sudoapt-getinstall-ynodejssudoapt-getinstallnpm安装
ethereumjs
-testrpcsudoapt-get
SeanC52111
·
2018-04-27 21:39
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他