From fa2033eb30d6a2afa8a7b855d2e948d66c0c634f Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 11 Jul 2024 14:10:12 +0800 Subject: [PATCH] Update introduction.md (#74) --- docs/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction.md b/docs/introduction.md index a3eb603..0c14776 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -4,7 +4,7 @@ 0G Storage is the storage layer for the ZeroGravity data availability (DA) system. The 0G Storage layer holds three important features: -* Buit-in - It is natively built into the ZeroGravity DA system for data storage and retrieval. +* Built-in - It is natively built into the ZeroGravity DA system for data storage and retrieval. * General purpose - It is designed to support atomic transactions, mutable kv stores as well as archive log systems to enable wide range of applications with various data types. * Incentive - Instead of being just a decentralized database, 0G Storage introduces PoRA mining algorithm to incentivize storage network participants. @@ -40,7 +40,7 @@ Python test framework will launch blockchain fullnodes at local for storage node For Conflux eSpace node, the test framework will automatically compile the binary at runtime, and copy the binary to `tests/tmp` folder. For BSC node, the test framework will automatically download the latest version binary from [github](https://github.com/bnb-chain/bsc/releases) to `tests/tmp` folder. -Alternatively, you could also manually copy specific versoin binaries (conflux or geth) to the `tests/tmp` folder. Note, do **NOT** copy released conflux binary on github, since block height of some CIPs are hardcoded. +Alternatively, you could also manually copy specific version binaries (conflux or geth) to the `tests/tmp` folder. Note, do **NOT** copy released conflux binary on github, since block height of some CIPs are hardcoded. For testing, it's also dependent on the following repos: