在上一篇文章中,我们介绍了一个名为SDAG的区块链,可以点击这里回顾:https://blog.csdn.net/weixin_44704076/article/details/88362319

今天,我们体验如何转账。

克隆sdag wallet for desktop:

git clone https://github.com/smart-dag/desktop.git

安装

cd desktop
npm install

启动

npm start

这个时候,钱包默认使用本地的hub,余额为0。

抢先体验TPS轻松过万的SDAG区块链(二)

现在,克隆水龙头项目,从docker中转一些数字资产到钱包里。

git clone https://github.com/smart-dag/faucet.git

进入目录并安装

cd faucet
npm install

复制钱包的地址,转10个数字资产到钱包里。

node get E7KCWXQ4Y4FM3WXD2LJVXQEBAWYM7Y24 10

抢先体验TPS轻松过万的SDAG区块链(二)

现在,钱包已经有了10个数字资产了。

抢先体验TPS轻松过万的SDAG区块链(二)

相关文章:

  • 2021-06-22
  • 2021-07-27
  • 2021-10-16
  • 2021-06-28
  • 2021-06-23
  • 2022-01-03
  • 2021-06-28
猜你喜欢
  • 2021-05-11
  • 2021-06-13
  • 2021-12-11
  • 2021-05-09
  • 2021-09-16
  • 2021-05-16
  • 2021-04-26
相关资源
相似解决方案