Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.04 KB
layout title
default
List of Modules

List of Modules

  • x/rarimocore - Base transfer logic (signing, storing operations, tss parties staking).
  • x/tokenmanager - Managing supported tokens and chains.
  • x/bridge - Bridging native token from/to Rarimo chain.
  • x/multisig - Multisig module (Cosmos x/group module with extended functionality: can execute any message and hold tokens like a simple account).
  • x/oraclemanager - Managing oracles that submit events to Rarimo chain.
  • x/evm and x/feemarket - EVM compatibility feature.
  • x/identity - Storing aggregated identity data.
  • x/cscalist - Storing and managing CSCA Master List
  • x/rootupdater - Storing and managing passport root

EVM

Read more about writing smart contracts with solidity at the official evm documentation page.