generated from PaulRBerg/foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from DAObox/monorepo
Monorepo
- Loading branch information
Showing
12 changed files
with
9,787 additions
and
4,166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,11 +27,38 @@ | |
|
||
<br /> | ||
|
||
## Getting Started | ||
## Overview | ||
|
||
Budget is an Aragon OSx Plugin that allows the execution of payments bypassing the need for regular voting. Authorized | ||
entities can directly perform payments using the DAO's funds if they are within the spending allowance of a specific | ||
budget. This primitive empowers agents in the _Orginasation_ with the _Autonomy_ to make spending decitions, while at the same | ||
time ensuring accountability, transparency, and strong security | ||
|
||
## Project | ||
|
||
The root folder of the repo includes three subfolders: | ||
|
||
```markdown | ||
. | ||
├── packages/contracts | ||
│ ├── src | ||
│ ├── ... | ||
│ └── package.json | ||
│ | ||
├── packages/hooks | ||
│ ├── src | ||
│ ├── ... | ||
│ └── package.json | ||
│ | ||
├── ... | ||
└── package.json | ||
``` | ||
|
||
## Contracts | ||
|
||
```sh | ||
$ git clone [email protected]:DAObox/budget.git | ||
$ cd budget | ||
$ cd packages/budget | ||
$ forge install | ||
$ pnpm install # install Solhint, Prettier, and other Node.js deps | ||
$ pnpm test | ||
``` | ||
|
@@ -41,7 +68,7 @@ If this is your first time with Foundry, check out the | |
|
||
<br /> | ||
|
||
## Overview | ||
## Contracts Overview | ||
|
||
Budget is an Aragon OSx Plugin that allows the execution of payments bypassing the need for regular voting. Authorized | ||
entities can directly perform payments using the DAO's funds if they are within the spending allowance of a specific | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.