项目作者: giansalex

项目描述 :
Create no-fixed asset in Stellar Network
高级语言: JavaScript
项目地址: git://github.com/giansalex/create-stellar-token.git
创建时间: 2019-12-31T02:37:57Z
项目社区:https://github.com/giansalex/create-stellar-token

开源协议:

下载


create-stellar-token

Create a custom Stellar token on Testnet. You can specify keys for any of the accounts used. If no seed is specified random accounts will be created for you. All parameters are optional.

--issuer-seed=[seed] Private key for the issuing account

--client-seed=[seed] Private key for a client account to receive assets.

--asset=[code] Asset name

--issuer-amount=[number] Amount of asset to issue

--client-amount=[number] Amount of asset to send to client

Usage

npx create-stellar-token

npx create-stellar-token --asset=MYUSD --issuer-amount=100000 --client-amount=100