githubEdit

Open-Web3-Stack & ORML

Open Web3 Stack is a common-good collection of libraries to accelerate application development on Substrate. It aims to provide application building blocks that are common for most specialist chains.

Open Web3 Stack contains the following repos

  • Open Runtime Module Library (ORML) where we implemented all the commonly used pallets, modules

  • Open-web3.js - frontend SDK for using extended Substrate logic from ORML

  • Guardian - a worker for monitoring and executing certain tasks

  • Rococo-community: a hosted environment for testing parachains and cross-chain communication

ORML

Find out more herearrow-up-right.

Guardian

With Guardian, with mere configuration, you can set up a number of automatic tasks for monitoring and executing commands for a chain of concern. A task can be monitoring margin positions with conditions (if collateral ratio < 110%) then trigger actions (e.g. post warning message to database service, or execute a script to add position).

Here're the examplesarrow-up-right and relevant documentationarrow-up-right.

Open-web3.js

Open-web3 is a bunch of frontend packages that allow to interact with orml, indexer and oracles. Find out more herearrow-up-right.

Testnet

The TL;DR is, we recommend to use Chopsticksarrow-up-right and create your own testnet.

Chopsticks is a testing client that can fork a Substrate network with ease, with Chopsticks, you can fork Acala (or even two parachains on both sides of a cross-chain transfer) at a specific block height and start interact/test with it. As the 'testnet' is forked when needed, it will have the latest runtime and latest code, you can test with confident that your code will behave the same in production if it is going live now.

Get started herearrow-up-right.

P.S. In case you are looking for it, Rococo parachain testnet is retired.

Last updated

Was this helpful?