Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ernestognw/stellar-asset-issuance
Stellar basic excercise to issue a new token
https://github.com/ernestognw/stellar-asset-issuance
Last synced: 3 months ago
JSON representation
Stellar basic excercise to issue a new token
- Host: GitHub
- URL: https://github.com/ernestognw/stellar-asset-issuance
- Owner: ernestognw
- Created: 2020-07-15T21:25:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T19:17:05.000Z (over 2 years ago)
- Last Synced: 2024-10-04T19:34:49.472Z (3 months ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar Asset Issuance
This is an example of how to issue a new asset in Stellar Network, just follow the instructions below:
## Functions
At this point, the project is incomplete, and is intended for you to try to complete the functions folder to get the asset issuance work.
Go to functions folder, then complete each of the js files there. After that, you can continue with instructions1. Copy .env.example into a .env
2. Go to [Stellar Laboratory](https://laboratory.stellar.org/#account-creator?network=test) and create 2 accounts, copy their public and secret keys to .env for Issuer and Distributor
3. Fund those accounts using Stellar FriendbotAt this point, you can run `npm start` to interact with the CLI prepared for this example.
To show how it works, run the scripts in the following order:
1. Trust issuer (Distributor)
2. Generate tokens (Issuer)
3. Limit supply (Issuer)
4. Publish ICO OFfer (Distributor)## Cheers!