Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 909 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 909 Bytes
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.

EVM

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