ARC20基于BTC网络的新协议,转账流程

1、node依赖下载

nodejs.org下载(

v16.15.1版本)我的开发版本,版本应该随便,别太低就行

2、mac 直接打开终端

windo

鼠标右键点击桌面选择在终端中打开,以管理员身份运行Windows PowerShell;简称黑窗口

3、输入node -v 看到下图,说明安装成功

post image

4.、安装yarn

输入npm install -g yarn


windos以管理员打开

post image

5、克隆项目

git clone https://github.com/atomicals/atomicals-js.git
mac 安装git教程 百度搜即可

https://blog.csdn.net/xiaohanluo/article/details/53214933

windos安装git

https://www.cnblogs.com/xueweisuoyong/p/11914045.html

6、clone完成

post image

7、切换到目录文件

cd atomicals-js

8、安装依赖

npm install

post image

9、运行项目

npm run

build

post image

10、初始化钱包

yarn cli wallet-init11、

post image

11、执行mint命令生成二维码,存入btc,一直刷命令就可以

yarn cli mint-dft atom

post image

12、前面是单价,后面是地址,存入btc然后一直直行上面命令,你余额够用,就自动扣款

13、

post image

14、查区块

https://blockchair.com/

15、到此结束,祝大家发财