Skip to content

Commit

Permalink
doc: adding lockbox Solana info
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Feb 12, 2024
1 parent 5e28141 commit 12f359a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ A graphical overview is available here:

![architecture](https://github.com/valory-xyz/autonolas-v1/blob/main/docs/On-chain_architecture_v5.png?raw=true)

The architecture is broken up into three main areas:
The architecture is broken up into three main areas: Governance, Registries and Tokenomics,
with the Solana lockbox being complimentary to them:

1. [Governance and OLAS token](https://github.com/valory-xyz/autonolas-governance);
2. [Agent Services Functionality](https://github.com/valory-xyz/autonolas-registries);
3. [Tokenomics](https://github.com/valory-xyz/autonolas-tokenomics).
3. [Tokenomics](https://github.com/valory-xyz/autonolas-tokenomics);
4. [Lockbox Solana](https://github.com/valory-xyz/lockbox-solana).

![launch](https://github.com/valory-xyz/autonolas-v1/blob/main/docs/LaunchTimeline.png?raw=true)

Expand All @@ -39,7 +41,9 @@ contracts
deploy
test
```
This repository covers integration tests that combine functionality of other subprojects.

This repository covers integration tests that combine functionality of other subprojects. Note that lockbox Solana
is not the part of integration tests as it runs exclusively on Solana.

### Compile the code and run
Compile the code:
Expand All @@ -63,7 +67,8 @@ npx hardhat node
The audit is provided as development matures. The latest audit report for a specific subproject can be found here:
- [Governance and Token audit](https://github.com/valory-xyz/autonolas-governance/blob/main/audits);
- [Agent Services Functionality audit](https://github.com/valory-xyz/autonolas-registries/blob/main/audits);
- [Tokenomics audit](https://github.com/valory-xyz/autonolas-tokenomics/blob/main/audits).
- [Tokenomics audit](https://github.com/valory-xyz/autonolas-tokenomics/blob/main/audits);
- [Lockbox Solana audit](https://github.com/valory-xyz/lockbox-solana/blob/main/audits).

The initial internal audit of the overall `autonolas-v1` pre-split repository is available here:
- [Autonolas internal audit](https://github.com/valory-xyz/autonolas-v1/blob/main/audits).
Expand All @@ -87,4 +92,5 @@ The PR process is managed by github workflows, where the code undergoes several
The list of mainnet addresses for different chains and their full contract configuration can be found in the following locations:
- [Governance and Token addresses](https://github.com/valory-xyz/autonolas-governance/blob/main/docs/configuration.json);
- [Agent Services Functionality addresses](https://github.com/valory-xyz/autonolas-registries/blob/main/docs/configuration.json);
- [Tokenomics addresses](https://github.com/valory-xyz/autonolas-tokenomics/blob/main/docs/configuration.json).
- [Tokenomics addresses](https://github.com/valory-xyz/autonolas-tokenomics/blob/main/docs/configuration.json);
- [Lockbox Solana addresses](https://github.com/valory-xyz/lockbox-solana/blob/docs/configuration.json).
2 changes: 1 addition & 1 deletion lib/autonolas-governance
2 changes: 1 addition & 1 deletion lib/autonolas-registries
2 changes: 1 addition & 1 deletion lib/forge-std

0 comments on commit 12f359a

Please sign in to comment.