You can:
- Deposit tokens on plasma
- Transfer plasma tokens
- Exit UTXOs from plasma to the root chain
- Browse network with block explorer
- Register token contract
- Get some tokens
- View pending governance proposals
- ...
Testnet: https://testnet.leapdao.org/
Mainnet: https://mainnet.leapdao.org/
yarn
yarn start
This will use config from presets/localnet/config.json
CONFIG
- name of config preset. Possible values:localnet
(default),testnet
,mainnet
.
Testnet:
yarn build:testnet
yarn deploy:testnet
Mainnet:
yarn build:mainnet
yarn deploy:mainnet