Skip to content

Commit

Permalink
Merge pull request #162 from stabilitydao/update-docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
Interlinker0115 authored Jul 6, 2024
2 parents 5732c78 + 4c87f78 commit a87e56e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 6 deletions.
17 changes: 16 additions & 1 deletion ADM.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
30 changes: 25 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<img src="https://avatars.githubusercontent.com/u/92305387?s" width="100" align="right" alt="Stability">

# Stability Platform contracts

<img src="https://img.shields.io/github/v/tag/stabilitydao/stability-contracts" alt="Tag">
<img src="https://img.shields.io/github/commit-activity/m/stabilitydao/stability-contracts" alt="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.
Expand All @@ -8,19 +13,34 @@
## Contributing

[<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/stabilitydao/stability-contracts?logo=solidity">](https://docs.soliditylang.org/en/)
[<img src="https://raw.githubusercontent.com/foundry-rs/foundry/master/.github/logo.png" alt="Foundry" width="20" />](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

[<img src="https://img.shields.io/github/labels/stabilitydao/stability-contracts/META%20ISSUE">](https://github.com/stabilitydao/stability-contracts/labels/META%20ISSUE)
[<img src="https://img.shields.io/github/labels/stabilitydao/stability-contracts/STRATEGY">](https://github.com/stabilitydao/stability-contracts/labels/STRATEGY)
[<img src="https://img.shields.io/github/labels/stabilitydao/stability-contracts/PLATFORM%20UPGRADE">](https://github.com/stabilitydao/stability-contracts/labels/PLATFORM%20UPGRADE)
[<img src="https://img.shields.io/github/labels/stabilitydao/stability-contracts/NETWORK">](https://github.com/stabilitydao/stability-contracts/labels/NETWORK)
[<img src="https://img.shields.io/github/labels/stabilitydao/stability-contracts/ADAPTER">](https://github.com/stabilitydao/stability-contracts/labels/ADAPTER)
[<img src="https://img.shields.io/github/labels/stabilitydao/stability-contracts/BASE%20STRATEGY">](https://github.com/stabilitydao/stability-contracts/labels/BASE%20STRATEGY)
[<img src="https://img.shields.io/github/labels/stabilitydao/stability-contracts/STRATEGY%20UPGRADE">](https://github.com/stabilitydao/stability-contracts/labels/STRATEGY%20UPGRADE)

[<img src="https://img.shields.io/github/issues-search/stabilitydao/stability-contracts?query=is%3Aissue%20is%3Aopen%20awaiting%20in%3Atitle%20label%3ASTRATEGY&style=for-the-badge&label=%F0%9F%93%9C%20Strategies%20awaiting%20the%20developer&labelColor=%23008800">](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 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

Expand Down

0 comments on commit a87e56e

Please sign in to comment.