-
Notifications
You must be signed in to change notification settings - Fork 6
Acquiring CLN
CLN is traded on the following exchanges:
Liqui and HitBTC are centralized, while Bancor, etherdelta and Idex are decentralized exchanges powered by smart contracts.
On Ropsten, the ColuLocalNetworkSale contract is implemented differently. The crowdsale is open for 10 years, everyone can participate (no whitelisting), and the tokens are immediately transferable.
We are repeating the crowdsale process, so we need to send some Ether to the ColuLocalNetworkSale contract address. If you don't have tETH you can obtain it through this faucet or this one.
For example, I open MyEtherWallet and send 1 tETH to 0xa973fa1cF412AC6A76C749aA6E1fcA7251814A48 (Ropsten address of ColuLocalNetworkSale contract), setting the gas limit to 120000. The account balance should be more than 1 tETH cause the sender also pays for gas. Then I wait until the transaction is confirmed.
Opening my transaction on Etherscan, I can see that I have got 8600 tCLN for 1 test Ether (This is the price defined by the sale contract).
If you lost your transaction id, you can find it in the sale contract. Also, For convenience, I am adding the tCLN token as custom token in MyEtherWallet so I'll see it in my Token Balances. Read about it here, the Decimals field should be 18 if you wonder.