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: 4 months ago
JSON representation

(Aragon 1) Reference implementation for aragonOS: a Solidity framework for building complex dApps and protocols

Lists

README

        




Version



Security








Website

|

Documentation

|

Releases

|

Contributing

|

Support & Chat


# 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
```