版权声明:本文为博主尹成联系QQ77025077,微信18510341407原创文章,欢迎转载侵权不究。 https://blog.csdn.net/yincheng01/article/details/84940235
1.eosjs介绍
- eosjs是与EOSIO区块链网络交互的方法库
- 通过eosjs可以程序化与区块链网络交互,代替cleos命令行交互
2.eosjs基本依赖
- eosjs-api
- nodeos的远程API调用
- 这个lib库是对区块链网络坐查询,不需要签名认证
- eosjs-ecc
- 私钥、公钥、签名、AES算法、加密解密等的实现
- 验证公私钥配对、加密解密
- eosjs-keygen
- 私钥存储和密钥管理
3.eosjs访问主网
-
创建并初始化工程
-
安装eosjs
-
编写main-net/getInfo.js查看现在有多少区块了
-
编写main-net/getBlock.js查看谁,什么时间创建的区块等
-
编写main-net/getAccount.js查看EOS余额
-
eosjs官方文档地址: https://github.com/EOSIO/eosjs-api/blob/master/docs/api.md
学院 Go 语言视频主页
https://edu.csdn.net/lecturer/1928阅读更多
以上所述就是小编给大家介绍的《3.09. EOSJS SDK》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
We Are the Nerds
Christine Lagorio-Chafkin / Hachette Books / 2018-10-2 / USD 18.30
Reddit hails itself as "the front page of the Internet." It's the third most-visited website in the United States--and yet, millions of Americans have no idea what it is. We Are the Nerds is an eng......一起来看看 《We Are the Nerds》 这本书的介绍吧!