Skip to content

1. Get Started

Bette edited this page Jul 2, 2020 · 9 revisions

Turbulence Testnet

Laminar's Turbulence Test Network is purely for the purpose of experimenting new features without monetary consequences. You can obtain test tokens to test drive various functionalities.

Public Nodes

  • HTTP: https://testnet-node-1.laminar-chain.laminar.one/rpc
  • WebSocket: wss://testnet-node-1.laminar-chain.laminar.one/ws

Full Node

There is no network value nor rewards for running nodes on Turbulence Test Network. However you are welcome to run a node and join the network, to try things out, prepare for our canary network (Reynold) and mainnet, or just for the love of it.

Using Docker

If you have docker installed, you can use it to start your node without needing to build from the code. Here is the command

docker run -p 9933:9933 -p 9944:9944 --rm laminar/laminar-node:latest --ws-external --rpc-external --chain=turbulence --rpc-cors=all

Create a Polkadot Account

There are a number of ways you can generate an account. For most users, we recommend using the Polkadot{JS} Extension (Chrome/Brave/Firefox), as the Mandala Web App integrates with this extension.

Using Polkadot{JS} Extension

  1. Install the extension via Chrome Store or Firefox Store
  2. Crate a new account by clicking I want to create a new account with a new seed
  3. Enter a name and type a password
  4. Click `Add the account with the generated seed
  5. Click Export of the newly created account and keep it in a safe place
  6. To copy the address, just click on the icon of the account extension

Using Polkadot UI

  1. Open the Console UI and navigate to accounts, ensure it is Mandala Test Network

ui 2. Click on Add Account, put in a name, a password, and keep the default cryptography option Schnorrkel (sr25519)

create

  1. Click Save, and backup the account in a safe place
  2. Click on the icon of the account to copy the address

Get Test Tokens

Turbulence Test Network have these test tokens available. More details

Currency ID Symbol Description
0 LAMI Laminar network token for fees, rewards...
1 aUSD Acala USD stablecoin
2 fEUR Synthetic Euro
3 fJPY Synthetic Japanese Yen
4 fBTC Synthetic Bitcoin
5 fETH Synthetic ETH
6 fAUD Synthetic Australian Dollar
7 fCAD Synthetic Canadian Dollar
8 fCHF Synthetic Swiss Franc
9 fXAU Synthetic Gold
10 fOIL Synthetic Crude Oil

Use Faucet via Discord

The Faucet will drip maximum twice a day to a given account.

Use the Laminar Discord bot. faucet

Trading

Login

Laminar's Flow Exchange resides on both Ethereum and Laminar-Chain. You will need to select the appropriate network and wallet before trading. Here for our purpose we connect to Laminar-Chain - a substrate-based trading chain, using Polkadot Extension.

login

Synthetic Asset 1:1 Trading

Check out the Synthetic Asset Guide to trade synthetic assets.

Margin Trading Forex, crypto & more

Check out the Margin Trading Guide for leverage trading Forex, crypto and other asset classes.

Become a Liquidity Provider

Check out the Liquidity Pool Guide for liquidity provisioning.

SDK

Find out more details on Laminar Chain JS SDK here.