使用Ganache开发以太坊智能合约

下载Ganache

下载地址

安装Ganache

安装Metamask钱包

略,需要在Chrome中安装

创建或者导入metamask钱包

开发

导入测试钱包

在metamask钱包中添加自定义RPC链路

选择自定义RPC
image-20210423141024784

填写网络名称\URL\链ID
image-20210423141045865

URL填写http://127.0.0.1:7545

链ID填写0x1234

点击保存

导入钱包

找到账号的私钥
image-20210423141117898

image-20210423141131640

image-20210423141146283

输入私钥

image-20210423141156690

Dapp开发

https://github.com/MetaMask/detect-provider

https://docs.metamask.io/guide/ethereum-provider.html#using-the-provider

https://eips.ethereum.org/EIPS/eip-20

币安接口 https://binance-docs.github.io/apidocs/spot/cn/#45fa4e00db

多签钱包

ETH链的

ownbit

发布自己的ownbit多签钱包

https://ownbit.io/h5/app/prompt/pulish_ms_source_code_to_etherscan_zh.html

技术分析
https://www.chainnews.com/articles/438767464709.htm

ownbit

BSC链的

https://docs.binance.org/tss.html

https://docs.binance.org/smart-chain/developer/gnosis.html

推荐文章