File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Mangata operates as a cross-chain liquidity protocol, facilitating seamless tran
2828## Build mangata-node locally
2929- Install [ docker] ( https://docs.docker.com/engine/install/ubuntu/ )
3030
31- ### Compilie mangata-node binary and wasms artifacts
31+ ### Compile mangata-node binary and wasms artifacts
3232- use docker wrapper for cargo to build ` mangata-node `
3333
3434```
@@ -42,7 +42,7 @@ Run unit tests only:
4242``` bash
4343cargo test
4444```
45- Run unit tests and generat code coverage report in html format:
45+ Run unit tests and generate code coverage report in html format:
4646``` bash
4747cargo install cargo-tarpaulin
4848cargo tarpaulin --timeout 120 --workspace -e runtime-integration-test mangata-node common-runtime mangata-kusama-runtime mangata-rococo-runtime --exclude-files ** /mock.rs ** /weights.rs ** /weights/* --out Html
@@ -100,7 +100,7 @@ yarn down
100100### Sudo access
101101` Alice ` is set as sudo account for parachain-launch docker setup
102102
103- ## Managata node configuration
103+ ## Mangata node configuration
104104
105105There is number of chain configurations available for both development and production environements:
106106
You can’t perform that action at this time.
0 commit comments