Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Other Popular Cryptos / Coins => Stellar Forum => Topic started by: Merlani on October 29, 2020, 10:18:44 AM

Title: How to create a custom token/smart contract based on Stellar?
Post by: Merlani on October 29, 2020, 10:18:44 AM
I need to be able to specify and edit/regulate such things as:
  * with emission, with a certain amount, editable in the future
  * with additional emission

  * certain precision after a comma, say, 5 digits
  * a) the price is regulated by market; b) or the price is set manually in USD or ETH; either a) or b)

  * with presale, with ability to pause sale


... and other requirements.


Q:

where do I even start?
What should I read?

Are there  simple real examples that implement some of the requirements, be it code at github or decent tutorials out there?

P.S.

I'm a developer.
Title: Re: How to create a custom token/smart contract based on Stellar?
Post by: trendcoin on November 17, 2020, 09:38:24 PM
I did a research about stellar about two years ago. I want to share what I remember.

-No smart contracts on stellar.
-The supply of the token created on the stellar is unlimited. After creating a token, you must move your tokens to another contract address. You also limit your first account, so you cannot create new tokens. If you want to create new tokens, you can continue without limiting the account. -A bit complicated-

You can read here for more details: https://www.lumenauts.com/guides/how-to-issue-a-token-or-ico-on-stellar
Title: Re: How to create a custom token/smart contract based on Stellar?
Post by: Afreum on November 25, 2020, 12:00:27 AM
Stellar is one of the easiest platforms to develop on. The Horizon API and Javascript SDK mean you can code your logic in practically any language. In addition, using the ICO tutorial on Lumenauts plus the Stellar Laboratory web forms you can create practically any kind of token, including NFTs.
Title: Re: How to create a custom token/smart contract based on Stellar?
Post by: highnayem34 on November 25, 2020, 06:27:40 PM
I also want to know from other users about create a custom token contract on stellar platform. Thanks for the awesome post +1.
Title: Re: How to create a custom token/smart contract based on Stellar?
Post by: Tokenista - Rev. Sasha Van Kush on November 28, 2020, 05:04:28 AM
I have been wondering about this also but hadn't looked into it too much yet.
Title: Re: How to create a custom token/smart contract based on Stellar?
Post by: Carnage on January 20, 2021, 09:58:05 PM
it's not that hard, there are some projects from stellars labs that help you make token on stellar
Title: Re: How to create a custom token/smart contract based on Stellar?
Post by: trendcoin on January 29, 2021, 06:16:31 AM
Stellar is one of the easiest platforms to develop on. The Horizon API and Javascript SDK mean you can code your logic in practically any language. In addition, using the ICO tutorial on Lumenauts plus the Stellar Laboratory web forms you can create practically any kind of token, including NFTs.

Everything is easy for you software developers. :) well, when will these things become easier for ordinary people like us? I would like to be able to create tokens using drag and drop applications or simple interfaces. I think it should have happened by now. +1