Skip to content
Snippets Groups Projects
user avatar
Xiliang Chen authored
* remove workspace, fix githook under submodule, use add run script to run cargo command on all files

* update run script and use it for format

* fix build issue

* add quote

* fix CI
9fefbc30
History

open-runtime-module-library

The Open Runtime Module Library (ORML) is a community maintained collection of Substrate runtime modules.

Runtime modules

  • orml-traits
    • Shared traits including MultiCurrency.
  • orml-tokens
    • Fungible tokens module that implements MultiCurrency trait.
  • orml-oracle
    • Oracle module that makes off-chain data available on-chain.

Makefile targets

  • make check
    • Type check the code, without std feature, exclduing tests.
  • make check-tests
    • Type check the code, with std feature, including tests.
  • make test
    • Run tests.