Skip to content

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

License

Notifications You must be signed in to change notification settings

aragon/aragonOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4344738 Β· May 23, 2019
May 23, 2019
May 23, 2019
Sep 3, 2018
Apr 15, 2019
May 23, 2019
Feb 17, 2018
Oct 19, 2018
May 17, 2019
Aug 26, 2018
Aug 28, 2018
Jul 15, 2018
Mar 8, 2019
Dec 13, 2018
Nov 29, 2018
May 23, 2019
Mar 8, 2019
Nov 23, 2018

Repository files navigation

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.