跟宁哥学区块链开发(3):Web3.js详解

资讯 2024-07-04 阅读:67 评论:0
美化布局示例

欧易(OKX)最新版本

【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   全球官网 大陆官网

币安(Binance)最新版本

币安交易所app【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

火币HTX最新版本

火币老牌交易所【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址
课程目标
让学员深入了解web3.js api的用法,以及使用web3.js和微信小程序实现一款在线云笔记DApp(去中心化应用),
适用人群
区块链程序员,以太坊程序员,小程序程序员,所有对开发DApp感兴趣的同学
课程简介

     本课程是《跟宁哥学区块链开发》的第3套课程,本系列课程包含了区块链和以太坊基础知识、Solidity语言详解、Web3.js详解、Truffle以太坊开发框架、项目实战(包括支持以太坊的微信小程序版记事本、用Electron实现的DApp云笔记、用Electron实现的DApp MySQL数据库管理系统【支持将数据保存到以太坊中】)。

& nbsp; & nbsp; & nbsp; this course is the third set of courses in The Development of Block Chains with Ningko School, which includes block chains and basic knowledge of the community, detailed interpretation in the language of Solity, Web3.js elaboration, framework for the development of the Truffle community, project reality (including support for the micro-letter program in Etai, Dapp cloud notes in Electron, Dapp MySQL database management system in Electron [supports the preservation of data in Etheria]).

 

注意:如果在Windows下使用solc命令编译sol文件时,如果solc已经安装成功,还是提示solc命令没有找到,请在后面加cmd扩展名,也就是说要执行solc.cmd才可以。

Note: If solc command is used under Windows to compile sol files, if solc has been installed or the hint solc command has not been found, add cmd extension at the back, i.e. only solc.cmd can be executed.

 

本课程的主要内容如下:

The main elements of the course are as follows:

 

01-基础知识-01-Web3.js简介.mp4

01 - Basic knowledge - 01-Web3.js Introduction.mp4

01-基础知识-02-安装Web3.js开发环境.mp4

01 - Basic knowledge-02 - Installation of Web3.js development environment.mp4

01-基础知识-03-使用web3.js连接测试节点【testrpc】.mp4

01 - Basic Knowledge-03 - Connect test nodes using web3.js [testrpc].mp4

01-基础知识-04-连接私有链节点(geth).mp4

01 - Basic Knowledge-04 - Connecting Private Chain Node (geth).mp4

01-基础知识-05-使用JavaScript发布智能合约.mp4

01 - Basic Knowledge-05 - Launching Smart Contracts using JavaScript.mp4

02-基础API-01-BigNumber(处理任意数值).mp4

02-Base API-01-BigNumbar (disposal of any value).mp4

02-基础API-02-单位转换.mp4

02-Base API-02-unit conversion.mp4

02-基础API-03-转换为十六进制.mp4

02 - Base API-03 - Conversion to Hexadecimal.mp4

02-基础API-04-十六进制与Ascii互转.mp4

02-Fundamental API-04-hexadecimal rotation with Ascii.mp4

02-基础API-05-十六进制与十进制互转.mp4

02-Base API-05-Hexadecimal and Decimal Interchange.mp4

02-基础API-06-转换为BigNumber.mp4

02-Base API-06-converted to Bignummer.mp4

02-基础API-07-检测地址是否有效.mp4

02-Base API-07 - Test for validity of address.mp4

02-基础API-08-生成字符串的hash编码.mp4

02-Base API-08 - Hash encoding to generate string.mp4

03-Eth API-01-默认账号(defaultAccount).mp4

03-Eth API-01 - Default Account (default Account).mp4

03-Eth API-02-默认区块(defaultBlock).mp4

03-Eth API-02 - Default Block (default Block).mp4

03-Eth API-03-获取同步区块对象(syncing).mp4

03-Eth API-03 - Get Synchronized Block Object (syncing).mp4

03-Eth API-04-捕捉区块同步状态(isSyncing).mp4

03-Eth API-04 - Capture Block Synchronization (isSyncing).mp4

03-Eth API-05-获取矿工地址.mp4

03-Eth API-05 - Access to Miner's Address.mp4

03-Eth API-06-判断当前以太节点是否在挖矿.mp4

03-Eth API-06 - Determining whether the current Ether node is mining.mp4

03-Eth API-07-获取gas价格(gas和gaslimit的概念).mp4

03-Eth API-07 - Obtain Gas Prices (concepts of gas and gaslimit).mp4

03-Eth API-08-获取当前节点的账户列表.mp4

03-Eth API-08 - List of accounts for the current node.mp4

03-Eth API-09-返回当前区块号(通过部署合约产生新区块).mp4

03-Eth API-09 - Return to current block number (new block generated through deployment contract).mp4

03-Eth API-10-获取指定账户的余额.mp4

03-Eth API-10 - Get the balance of the specified account.mp4

03-Eth API-11-获取智能合约的二进制代码.mp4

03-Eth API-11 - binary code for obtaining smart contracts.mp4

03-Eth API-12-根据区块号或区块哈希值返回区块信息.mp4

03-Eth API-12 - Return block information according to block number or Hashi value of block.mp4

03-Eth API-13-返回指定区块的交易数量.mp4

03-Eth API-13 - Number of transactions returned to a specified block.mp4

03-Eth API-14-返回匹配指定交易哈希值的交易.mp4

03-Eth API-14 - Return transaction matching the specified Hashi value of the transaction.mp4

03-Eth API-15-返回指定账户发起的交易数.mp4

03-Eth API-15 - Returns number of transactions initiated by a specified account.mp4

03-Eth API-16-直接执行智能合约中的函数.mp4

03-Eth API-16 - Directly execute functions in smart contracts.mp4

03-Eth API-17-预估交易需要的手续费(gas).mp4

03-Eth API-17 - Pre-estimated transaction requirements (gas).mp4

 

 

美化布局示例

欧易(OKX)最新版本

【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   全球官网 大陆官网

币安(Binance)最新版本

币安交易所app【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

火币HTX最新版本

火币老牌交易所【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址
文字格式和图片示例

注册有任何问题请添加 微信:MVIP619 拉你进入群

弹窗与图片大小一致 文章转载注明

分享:

扫一扫在手机阅读、分享本文

发表评论
平台列表
美化布局示例

欧易(OKX)

  全球官网 大陆官网

币安(Binance)

  官网

火币(HTX)

  官网

Gate.io

  官网

Bitget

  官网

deepcoin

  官网
热门文章
  • 从 IPFS社区Meetup谈谈2020年的IPFS的发展历程

    从 IPFS社区Meetup谈谈2020年的IPFS的发展历程
    8月3日, IPFS社区Meetup 如期举办,这一次的社区Meetup由交流与演讲和闪电演示两部分组成,其实该会议主要带领我们回顾了IPFS在2020年的发展历程(包括项目进展、IPFS生态发展等),展示了IPFS及其生态。2020年对于IPFS而言是不平凡的一年,其唯一激励层Filecoin的主网即将上线,这让IPFS和Filecoin在全球范围内得到了前所未有的关注,也推动了IPFS的高速发展。接下来,我们一起走进IPFS在20...
  • 超10万人爆仓,比特币跳水,发生了什么

    超10万人爆仓,比特币跳水,发生了什么
    现货比特币ETF上市第二日,数字货币再迎来抛售。比特币一度跌破42000美元/枚,截止1月13日内跌幅超7%,报42562.1美元/枚。The current Bitcoin ETF is on the second day of the market and the digital currency is sold again. Bitcoin fell by over 7% to $4562.1 on 13 January.现货比特币ETF普遍跌6%左右。其中,DEFI跌...
  • 兴业基金调研远光软件、东芯股份

    兴业基金调研远光软件、东芯股份
    根据6月6日公布的公开市场信息和机构研究,世界安全基金会最近对下列两家上市公司进行了一项研究: 1) 光电软件(工程师基金参与公司专项研究) 其中一个亮点是该公司深入参与建造南方网中心和技术平台,导致南网市场在 " 九天 " 平台产品方面取得重大突破;该公司的Won-宇宙大厅已上线,而且,除了Won-宇宙之外,远洋宇宙的应用现已扩大到Won-宇宙发射、Won-宇宙-教师和政党建设-宇宙;该公司的Far-O-Cloud平台已经实现了完全成熟的国家生产,也可以在全国云中运作。...
  • 0.00003374个比特币等于多少人民币/美金

    0.00003374个比特币等于多少人民币/美金
    0.00003374比特币等于多少人民币?根据比特币对人民币的最新汇率,0.00003374比特币等于2.2826 1222美元/16.5261124728人民币。比特币(BTC)美元(USDT)人民币(CNY)0.00003374克洛克-0/22216.5261124728比特币对人民币的最新汇率为:489807.72 CNY(1比特币=489807.72人民币)(1美元=7.24人民币)(0.00003374USDT=0.0002442776 CNY)。汇率更新于2024...
  • $DOG暴涨400%,加密货币或许正在重新定义和计量“价值”

    $DOG暴涨400%,加密货币或许正在重新定义和计量“价值”
    近/克洛克-0/5,Meme币狗?走吗?去哪?那个?MOON($ DOG)连续上涨超过230%,突破前期高点,达到0.0062美元。在同一时期,比特币生态的许多主流L2协议代币下跌了50%以上。这些就是我们所说的“价值币”。虽然大起大落不能说明什么,但从过去的牛市来看,领头羊MemeCoin表现非凡。在上一轮牛市中,$DOGE的价格上涨了超过150倍,其市值接近900亿美元。还有其他MemeCoin,如$Shib、$People、$ELON、$AKITA等。2 vkwmkpm...
标签列表