diff --git a/README.md b/README.md index 750657fc..62c9b526 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ The repository has the following packages (sub projects): - [Near](mapclients/near) - MAP Relay Chain light client on Near Protocol - [light clients on MAPO](lightclients) - All light client deployed on MAP Relay Chain - [BNB Smart Chain light client](lightclients/bsc) - BNB smart chain light client on MAP Relay Chain - - [Ploygon light client](lightclients/matic) - Playton light client on MAP Relay Chain + - [Polygon light client](lightclients/matic) - Playton light client on MAP Relay Chain - [Ethereum light client](lightclients/eth2) - Ethereum light client on MAP Relay Chain - - [Near light client](lightclients/near) - Near Protocl light client on MAP Relay Chain + - [Near light client](lightclients/near) - Near Protocol light client on MAP Relay Chain - [Klaytn light client](lightclients/klaytn) - Klaytn light client on MAP Relay Chain - [Platon light client](lightclients/platon) - Platon light client on MAP Relay Chain -- [MAP Omnichain Service](mos) - MAP omnichain Service reference implementation, mos contracts will be deplyed on every chain to achieve cross-chain interoperablity +- [MAP Omnichain Service](mos) - MAP omnichain Service reference implementation, mos contracts will be deployed on every chain to achieve cross-chain interoperablity - [MOS on evm chains](mos/evm) - mos on evm chains - [MOS on near](mos/near) diff --git a/lightclients/README.md b/lightclients/README.md index ecb2786d..068f261a 100644 --- a/lightclients/README.md +++ b/lightclients/README.md @@ -1,7 +1,7 @@ # Light Client contracts -All light clients depolyed on MAP Relay Chain: +All light clients deployed on MAP Relay Chain: - [BNB Smart Chain light client](bsc) -- [Ploygon light client](matic) +- [Polygon light client](matic) - [Ethereum light client](eth2) - [Near light client](near) - [Klaytn light client](klaytn) diff --git a/lightclients/bsc/README.md b/lightclients/bsc/README.md index e80fe495..f99c646e 100644 --- a/lightclients/bsc/README.md +++ b/lightclients/bsc/README.md @@ -12,7 +12,7 @@ the light node implementation principle is to verify the legitimacy of the block If we want to validate a transaction, we need to validate the block header that the transaction is in,to validate a block header and we need to validate the signature of the block header. -by tracking validatorSet changes light node can verify all bsc transations. +by tracking validatorSet changes light node can verify all bsc transactions, translations, transitions. Here are some important public interfaces. diff --git a/lightclients/eth2/README.md b/lightclients/eth2/README.md index 2c72da55..9d3a6fcf 100644 --- a/lightclients/eth2/README.md +++ b/lightclients/eth2/README.md @@ -147,7 +147,7 @@ The file LightNode.sol implements the main logic of eth2.0 PoS light client. Her ``` -* Everytime the maintainer calls the above interface to update the light client successfully, the finalized beacon +* Every time the maintainer calls the above interface to update the light client successfully, the finalized beacon header number and finalized execution layer header number are updated. There is a gap between the latest finalized execution layer header and the previous finalized header. The maintainer should call below method to update the block headers one or more times, and the light client will verify the validity of the block headers and store the hashes diff --git a/mos/evm/README.md b/mos/evm/README.md index 08b2f8a8..d9d0a288 100644 --- a/mos/evm/README.md +++ b/mos/evm/README.md @@ -66,7 +66,7 @@ npx hardhat relayDeploy --wrapped --lightnode --symbol --balance < 2. Grant Mint Role to relay or mos contract ```` -npx hardhat tokenGrant --token --minter --network +npx hardhat tokenGrant --token --minter
--network ```` ### Register Token diff --git a/mos/evmv2/README.md b/mos/evmv2/README.md index 0981e489..e273759e 100644 --- a/mos/evmv2/README.md +++ b/mos/evmv2/README.md @@ -57,7 +57,7 @@ npx hardhat relayDeploy --wrapped --lightnode