Revised Document: Substrate-Aleo Bridge with AIMBC-Bridge Pallet and CLI Tool
Introduction
This document outlines the process to create a parachain using Polkadot-SDK, develop the aimbc-bridge pallet, and build a CLI tool for Substrate-Aleo bridging via XCM.
Part 1: Parachain Setup with Polkadot-SDK
A. Substrate Core Components
substrate-core: Essential for consensus, networking, and database functionalities.
sp-runtime: Houses runtime libraries for state transitions.
substrate-frame: Framework for constructing Substrate pallets.