Skip to content

Commit

Permalink
Merge pull request #77 from mean-org/micheltriana-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
eydelrivero authored Dec 18, 2023
2 parents 3db2fea + 2246aea commit f7e84f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mean Multisig Apps
# Mean Solar Safe (Multisig) Apps

The **Mean Multisig Apps** is an NPM package that keeps track of all protocols in the **Solana** ecosystem that are integrated with the [Mean Multisig](https://github.com/mean-dao/multisig) protocol and allows Web3 apps to query and get information about them.
The **Solar Safe Apps** is an NPM package that keeps track of all protocols in the **Solana** ecosystem that are integrated with the [Solar Safe](https://github.com/mean-dao/multisig) protocol and allows Web3 apps to query and get information about them.

The **Mean Multisig Apps** repository is maintained by Mean DAO and it will also accept pull requests from anyone who wants to integrate their own `program/protocol` with the [Mean Multisig](https://github.com/mean-dao/multisig). Once the PR is reviewed and merge by the core team the new integration will be available on the multisig section on [MeanFi Web App](https://app.meanfi.com/multisig) and can be use to make proposal for any multisig safe.
The **Solar Safe Apps** repository is maintained by Mean DAO and it will also accept pull requests from anyone who wants to integrate their own `program/protocol` with the [Solar Safe](https://github.com/mean-dao/multisig). Once the PR is reviewed and merge by the core team the new integration will be available on the multisig section on [MeanFi Web App](https://app.meanfi.com/multisig) and can be use to make proposal for any multisig safe.

# Usage

Expand Down Expand Up @@ -81,7 +81,7 @@ provider.getAppConfig(
#
## Registering a protocol

To register or integrate a new `protocol/program` in the **Mean Multisig Apps** repository you need to add a new entry with the general protocol information in the [apps.json](https://github.com/mean-dao/mean-multisig-apps/blob/main/src/apps.json) file. Once that general info is added then you can add the protocol folder with the required files that are needed for the integration.
To register or integrate a new `protocol/program` in the **Solar Safe Apps** repository you need to add a new entry with the general protocol information in the [apps.json](https://github.com/mean-dao/mean-multisig-apps/blob/main/src/apps.json) file. Once that general info is added then you can add the protocol folder with the required files that are needed for the integration.

### Adding a new protocol entry to apps.json file

Expand Down Expand Up @@ -213,4 +213,4 @@ For more information of how the integration works please reach out to us:

- [Twitter](https://twitter.com/meanfinance)
- [Discord](https://discord.gg/qBKDgm49js)
- [Telegram](https://t.me/Meanprotocol)
- [Telegram](https://t.me/Meanprotocol)

0 comments on commit f7e84f1

Please sign in to comment.