Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 authored Sep 6, 2024
1 parent 272dd34 commit b92ec52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ for specs and wasm contracts.
# Integrate the mesh security consumer and provider modules

## Prerequisites
Projects that want to integrate the meshsecurityprovider module onto their Cosmos SDK chain must enable the following modules:
Projects that want to integrate the meshsecurity-provider module onto their Cosmos SDK chain must enable the following modules:
- [x/staking](https://github.com/cosmos/cosmos-sdk/tree/main/x/staking)
- [x/auth](https://github.com/cosmos/cosmos-sdk/tree/main/x/auth)
- [x/bank](https://github.com/cosmos/cosmos-sdk/tree/main/x/bank)
- [x/wasm](github.com/CosmWasm/wasmd/x/wasm)

## Configuring and Adding Module
1. Add the mesh security package to the go.mod and install it.
1. Install the mesh security package on the go.mod.
```
require (
...
Expand Down Expand Up @@ -178,4 +178,4 @@ Projects that want to integrate the meshsecurityprovider module onto their Cosmo
// add support for the mesh-security queries
wasmkeeper.WithQueryHandlerDecorator(meshseckeeper.NewQueryDecorator(app.MeshSecKeeper, app.SlashingKeeper)),
)
```
```

0 comments on commit b92ec52

Please sign in to comment.