Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

giansalex/create-stellar-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create no-fixed asset in Stellar Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published