# ARC20基于BTC网络的新协议,转账流程 **Published by:** [peanut](https://paragraph.com/@peaunt/) **Published on:** 2023-09-20 **URL:** https://paragraph.com/@peaunt/arc20-btc ## Content 1、node依赖下载 在nodejs.org下载( v16.15.1版本)我的开发版本,版本应该随便,别太低就行 2、mac 直接打开终端 windo 鼠标右键点击桌面选择在终端中打开,以管理员身份运行Windows PowerShell;简称黑窗口 3、输入node -v 看到下图,说明安装成功4.、安装yarn 输入npm install -g yarn windos以管理员打开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完成7、切换到目录文件 cd atomicals-js 8、安装依赖 npm install9、运行项目 npm run build10、初始化钱包 yarn cli wallet-init11、11、执行mint命令生成二维码,存入btc,一直刷命令就可以 yarn cli mint-dft atom12、前面是单价,后面是地址,存入btc然后一直直行上面命令,你余额够用,就自动扣款 13、14、查区块 https://blockchair.com/ 15、到此结束,祝大家发财 ## Publication Information - [peanut](https://paragraph.com/@peaunt/): Publication homepage - [All Posts](https://paragraph.com/@peaunt/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@peaunt): Subscribe to updates