From de08b436e714dd5ebb14876fc691153da828f6c4 Mon Sep 17 00:00:00 2001 From: Alien Deployer Date: Sat, 6 Jul 2024 12:01:38 +0300 Subject: [PATCH 1/2] add Manual HardWork guide --- ADM.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ADM.md b/ADM.md index ec40b6aa..a62d1220 100644 --- a/ADM.md +++ b/ADM.md @@ -1,4 +1,19 @@ -# Platform Administration Guide V2 +# Platform Administration Guide V3 + +## Dedicated sender actions + +### Manual HardWork + +#### Polygon + +```shell +cast send -r polygon --gas-limit 15000000 --account DedicatedServerMsgSender 0x6DBFfd2846d4a556349a3bc53297700d89a94034 'call(address[])' [0x7337bf358b4B2e5d0a1AEbE7BbD65b46D6208ED2,0xa313547075DEd50854C1427b3C82878c010E7e35,] +``` + +#### Base + +```shell +cast send -r polygon --gas-limit 15000000 --account DedicatedServerMsgSender 0x2FfeB278BB1Fb9f3B48619AbaBe955526942ac8c 'call(address[])' [0xf6164dE791FDD7028001977bf207e42c59076A48,0x62146825d787EaD9C5bB8ADc8e7EFd3Ec3d7189a,]``` ## Operator actions From 4b4af5e0be3321b40a274475d6c98048491e6528 Mon Sep 17 00:00:00 2001 From: Alien Deployer Date: Sat, 6 Jul 2024 12:01:53 +0300 Subject: [PATCH 2/2] update readme --- README.md | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e4cd655f..fa503121 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ +Stability + # Stability Platform contracts +Tag +Commit activity + > Asset management, liquidity mining and yield farming platform. > Users invest funds to vaults that are created by other users. > Vaults use tokenized developed asset management strategy logics. @@ -8,19 +13,34 @@ ## Contributing +[GitHub top language](https://docs.soliditylang.org/en/) +[Foundry](https://book.getfoundry.sh/) + Contributions can be made in the form of developing strategies, developing the core, creating issues with feature proposals and reporting bugs in contracts. You can also help solve issues with advice or words of encouragement. -### Reward +### 🏷️ Issues + +[](https://github.com/stabilitydao/stability-contracts/labels/META%20ISSUE) +[](https://github.com/stabilitydao/stability-contracts/labels/STRATEGY) +[](https://github.com/stabilitydao/stability-contracts/labels/PLATFORM%20UPGRADE) +[](https://github.com/stabilitydao/stability-contracts/labels/NETWORK) +[](https://github.com/stabilitydao/stability-contracts/labels/ADAPTER) +[](https://github.com/stabilitydao/stability-contracts/labels/BASE%20STRATEGY) +[](https://github.com/stabilitydao/stability-contracts/labels/STRATEGY%20UPGRADE) + +[](https://github.com/stabilitydao/stability-contracts/issues?q=is%3Aissue+is%3Aopen+awaiting+in%3Atitle+label%3ASTRATEGY) + +### 💰 Reward * Developed strategy logic: 30% of Stability Platform fee from all vaults using the strategy (by StrategyLogic NFT) -* Core development: $8+/hour salary paid by Stability DAO +* Core development: $10+/hour salary paid by Stability DAO +* [coming soon] Bounty for creating and solving issues [#155](https://github.com/stabilitydao/stability-contracts/issues/155) -### Guides +### 📚 Guides -* **[Contributing](./CONTRIBUTING.md)** -* **[Strategy Developer's Guide V2](./src/strategies/README.md)** +* **[Strategy Developer's Guide V3](./src/strategies/README.md)** * **[Core Developer's Guide](./src/core/README.md)** -* **[Platform Administration Guide V2](./ADM.md)** +* **[Platform Administration Guide V3](./ADM.md)** ## Coverage