@aragon/os

4.4.0 • Public • Published

aragonOS Travis branch Coveralls branch npm

This repo contains Aragon's reference implementation of aragonOS.

🚨 Security review status: bug bounty

aragonOS 4 has undergone two independent professional security reviews, and the issues raised have been resolved. However there is a bug bounty program for rewarding hackers who find security vulnerabilities. There is a bounty pool of $250,000 USD, you can find more information here.

👋 Get started contributing with a good first issue.

Don't be shy to contribute even the smallest tweak. Everyone will be especially nice and helpful to beginners to help you get started!

Documentation

Visit the Aragon Developer Portal for in-depth documentation on the architecture and different parts of the system.

Developing aragonOS locally

npm install
npm test

# Lint needs to pass as well
npm run lint

Deploying

APM

OWNER=[APM owner address] ENS=[ENS registry address] npx truffle exec --network [network] scripts/deploy-apm.js
  • ENS: If no ENS registry address is provided, it will deploy a dummy ENS instance to the network. If the ENS registry is provided, the name aragonpm.eth must be owned by the deployer account.
  • OWNER: The account that will be the initial owner of the APM registry

Adding aragonOS as a dependency to your Aragon app

npm i --save-dev @aragon/os

Check the Aragon Developer Portal for detailed documentation and tutorials on how to use aragonOS to build an Aragon app.

Contributing

For more details about contributing to aragonOS, please check the contributing guide.

Dependencies (4)

Dev Dependencies (14)

Package Sidebar

Install

npm i @aragon/os

Weekly Downloads

331

Version

4.4.0

License

(GPL-3.0-or-later OR MIT)

Unpacked Size

25.2 MB

Total Files

372

Last publish

Collaborators

  • chilcano
  • heuer
  • brickpop
  • arabot-1
  • hack0
  • aragon-ci