Launching Your 1st ICO on Stellar(using POST and GET requests) - Detailed

March 11, 2018

Introduction:

This guide assumes that you have some basic blockchain knowledge and it’s only purpose is to help one create their ICO

  1. An Initial Coin Offering, also commonly referred to as an ICO, is a fundraising mechanism in which new projects sell their underlying crypto tokens in exchange for bitcoin and ether. It’s somewhat similar to an Initial Public Offering (IPO) in which investors purchase shares of a company.

  2. Most ICO’s are usually launched on Etherium but of late a number of companies have started launching their ICO’s on the stellar network.

  3. Stellar is being used these days because :

    1. Performance
    2. Liquidity
    3. Security
    4. Easy of use - Code used can be found at the following github repo https://github.com/aeonsoftware/xdrDecoder

2. Building the ICO

The goal of this guide is to develop the ICO using only http requests(2) to the stellar network.But as has been realised, there are complex processes that have to take place even before the actual GET or POST request is made. Thus various libraries are utilized to formulate the requests as will be showed in the guide below.

STEP 2 :

STEP 3 :