diff --git a/readme.md b/readme.md index 986979c..16b177f 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ As the first rollup kit equipped with Aspects, Artela network aims to **maximize
-* **Base Layer:** Provide basic functions, including consensus engine, networking, EVM environments for the smart contract execution, and WASM environments for the Aspects execution. This layer is launched by Artela. +* **Base Layer:** Provide basic functions, including consensus engine, networking, EVM environments for the smart contract execution, and WASM environments for the Aspects execution. This layer is supported by Celestia's Rollkit. * **Extension Layer:** Provide the Aspect SDK. Developers are able to build Aspects. Aspects have access to all APIs within the base layer and can be freely combined with smart contracts and other Aspects. Aspect is securely isolated from Base Layer, ensuring that it has no impact on the security or availability of the core network. @@ -34,7 +34,8 @@ As the first rollup kit equipped with Aspects, Artela network aims to **maximize ## Build the source 1). Set Up Your Go Development Environment