Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aragon/aragonos
(Aragon 1) Reference implementation for aragonOS: a Solidity framework for building complex dApps and protocols
https://github.com/aragon/aragonos
aragon aragon-app ethereum solidity
Last synced: 2 months ago
JSON representation
(Aragon 1) Reference implementation for aragonOS: a Solidity framework for building complex dApps and protocols
- Host: GitHub
- URL: https://github.com/aragon/aragonos
- Owner: aragon
- License: gpl-3.0
- Created: 2017-04-10T10:11:09.000Z (over 7 years ago)
- Default Branch: next
- Last Pushed: 2023-03-08T16:47:05.000Z (almost 2 years ago)
- Last Synced: 2024-09-25T00:33:50.169Z (3 months ago)
- Topics: aragon, aragon-app, ethereum, solidity
- Language: Solidity
- Homepage: https://hack.aragon.org/docs/aragonos-intro.html
- Size: 5.81 MB
- Stars: 687
- Watchers: 54
- Forks: 245
- Open Issues: 63
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# aragonOS
A smart contract framework for building decentralized organizations.
#### 🚨 Security review status: bug bounty
aragonOS has passed a number of [independent professional security audits](https://wiki.aragon.org/association/security/) with an ongoing $250,000 USD bug bounty program.
See [SECURITY.md](SECURITY.md) for more security-related information.
#### 🛰 Deployment status: available on Ethereum mainnet
aragonOS powers over a thousand organizations on Ethereum mainnet, securing over $350MM in funds.
Deployment logs for Ethereum mainnet and other networks are available in our [deployment repo](https://github.com/aragon/deployments).
## Documentation
Visit the [Aragon Developer Portal](https://hack.aragon.org/docs/aragonos-intro.html) for in-depth documentation.
The [reference documentation](https://hack.aragon.org/docs/aragonos-ref.html) explains the various smart contract components and how to use them.
## Development
```sh
yarn install
yarn test# Lint needs to pass as well
yarn run lint
```