Useful sources

The sources above aim to help you understand the overall communication structure which Nolus relies on for its cross-chain operations. The task is to come up with a concept for trust-minimized real-time cross-chain communication with EVM chain(s) given the architecture that Nolus has as a Cosmos appchain.

Developer Resources

  • https://github.com/nolus-protocol/nolus-core - The Nolus Core repository contains the code for the base layer protocol - the blockchain built with the Cosmos SDK relying on the Tendermint consensus algorithm.

  • https://github.com/nolus-protocol/nolus-money-market - The Nolus Money Market repository contains the business logic for the lending market protocol deployed on top of the Nolus chain. The logic is built using CosmWasm - a powerful toolkit for building secure Wasm-based contracts using the Rust programming language.

  • https://github.com/nolus-protocol/oracle-price-feeder - The Oracle price feeder repository contains the source code for the off-chain price feeding services which provide prices to the proprietary Oracle system of the Nolus protocol.