stellar tutorial:自定义令牌(资产)问题示例代码 源码
恒星教程 本教程代码是系列文章的样本()。 用于创建和发送自定义资产(令牌)。原始代码是,但是原始代码是用Promise / Then编写的,很遗憾,我看不到它。因此,我使用Await / Async对其进行了编码。 操作检查 Node.js版本:8.9.0,10.14.2(操作检查确定) 操作系统版本:Ubuntu,MacOSX(不检查Windows OS) js-stellar-sdk版本:5.0.1(最新版本2020/05/10) 安装 $ npm install 上班前 创建config.js exports.config = { publicKey : 'Your public key' , secretKey : 'Your secret key' , } 和 用法 node my_token_send.js 发行自定义资产 const StellarSdk = r
文件列表
stellar-tutorial-master.zip
(预估有个16文件)
stellar-tutorial-master
.gitignore
30B
tsconfig.json
27B
README.md
1KB
channels
createRandomSeqMultipleAccount.js
1KB
channelsMultipleAccount.js
2KB
xlm_send.js
405B
package.json
558B
my_token_multisig_send.js
546B
暂无评论