BrianMarquez3 / IMA

SKALE Interchain Messaging Agent

Home Page:https://skale.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SKALE Interchain Messaging Agent (IMA)

Discord

A critical note about production readiness

The IMA is still in active development and therefore should be regarded as alpha software. The development is still subject to further security hardening, testing, and breaking changes.

The proxy contracts have been reviewed and audited by a third-parties for security. Please see SECURITY.md for audit reports and reporting policies.

Software Architecture

IMA consists of the following three parts:

  1. Mainnet smart contracts.
  2. SKALE Chain smart contracts.
  3. A containerized Agent application.

Smart contracts are interfaces for any software working with Mainnet and SKALE Chain like other smart contracts deployed there or software connecting these Ethereum networks. The Agent is a Node JS application connecting the smart contracts on Mainnet with SKALE Chains.

Components Structure

Proxy

IMA proxy is the Solidity part of IMA containing Mainnet and SKALE Chain smart contracts.

Agent

IMA Agent is the main application implementing connectivity and message transfer between Mainnet and SKALE Chains. The Agent also provides an easy way to perform ETH, ERC20, and ERC721 transfers between Main Net and S-Chain nevertheless, this can be done without it.

NPMs

The npms folder contains helper modules implementing parts of IMA functionality:

SKALE-IMA

A module implementing core IMA functionality.

SKALE-OWASP

Data validity verifier module. See OWASP document.

SKALE-OBSERVER

SKALE Network Browser. Responsible for providing description of all SKALE chains.

SKALE-LOG

Console and log file output with rotation.

SKALE-CC

ANSI colorizer for console and log output.

For more information

Learn more about the SKALE community over on Discord.

License

License All contributions are made under the GNU Affero General Public License v3. See LICENSE. Copyright (C) 2019-Present SKALE Labs. This is a link

About

SKALE Interchain Messaging Agent

https://skale.space

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 46.1%Language:TypeScript 31.7%Language:Solidity 14.8%Language:Python 6.9%Language:Shell 0.5%Language:Dockerfile 0.0%