diff --git a/contracts/apps/readme.md b/contracts/apps/readme.md deleted file mode 100644 index 9a858af52..000000000 --- a/contracts/apps/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# Aragon apps - -Aragon default apps have been moved to their own repository: [aragon-apps](https://github.com/aragon/aragon-apps) diff --git a/readme.md b/readme.md index cbc27e7fc..b824cf3ea 100644 --- a/readme.md +++ b/readme.md @@ -1,73 +1,72 @@ -

- -
- - - Version - - - - Security - - - - Coverage - -
- -
-

- - 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 and secures over $20MM 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 -``` +

+ +
+ + + Version + + + + Security + + + + Coverage + +
+ +
+

+ + 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 $200MM 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 +```