-
Notifications
You must be signed in to change notification settings - Fork 25
1. Get Started
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.
- Web DApp - Flow Exchange
- Console UI
- Telemetry (Coming soon)
- Discord Faucet
- Run a Full Node
- HTTP:
https://testnet-node-1.laminar-chain.laminar.one/rpc
- WebSocket:
wss://testnet-node-1.laminar-chain.laminar.one/ws
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.
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
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.
- Install the extension via Chrome Store or Firefox Store
- Crate a new account by clicking
I want to create a new account with a new seed
- Enter a name and type a password
- Click `Add the account with the generated seed
- Click
Export
of the newly created account and keep it in a safe place - To copy the address, just click on the icon of the account
- Open the Console UI and navigate to accounts, ensure it is Mandala Test Network
2. Click on Add Account
, put in a name
, a password
, and keep the default cryptography option Schnorrkel (sr25519)
- Click
Save
, and backup the account in a safe place - Click on the icon of the account to copy the address
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 |
The Faucet will drip maximum twice a day to a given account.
Use the Laminar Discord bot.
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
.
Check out the Synthetic Asset Guide to trade synthetic assets.
Check out the Margin Trading Guide for leverage trading Forex, crypto and other asset classes.
Check out the Liquidity Pool Guide for liquidity provisioning.
Find out more details on Laminar Chain JS SDK here.