├── DAOstack White Paper V1.0.pdf ├── README.md └── img └── the_dao_stack.png /DAOstack White Paper V1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daostack/docs/4b6797cfb96f6fdb9287c4b876e4aa4b9faef095/DAOstack White Paper V1.0.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # DAOstack Docs 2 | 3 | Welcome to DAOstack Docs! 4 | 5 | This is the place for general DAOstack documentation (i.e. not specific to any DAOstack project). 6 | It includes important documents such as: 7 | - [The official DAOstack whitepaper](https://github.com/daostack/docs/blob/master/DAOstack%20White%20Paper%20V1.0.pdf). 8 | - Roadmap (Coming soon ...). 9 | - Vision (Coming soon ...). 10 | 11 | ## Overview 12 | 13 | DAOstack is an operating system and an ecosystem for building DAOs on the [Ethereum](https://www.ethereum.org/) blockchain. 14 | It comprises of a few sub-projects: 15 | 16 | ![The DAO Stack](img/the_dao_stack.png) 17 | 18 | 1. [Arc](https://github.com/daostack/arc) - The lowest layer of the stack that consists of a set of smart contracts that define the main components and abstractions used to build any DAO on DAOstack. 19 | 2. [Arc.js](https://github.com/daostack/arc.js) - A JavaScript library built on top of web3.js that handles the interaction with and deployment of `Arc` 20 | 2. [Vanille](https://github.com/daostack/vanille) - A web frontend built on `Arc.js` that provides a GUI to create, build and interact with DAOs in an easy way. 21 | 3. [Alchemy](https://github.com/daostack/alchemy) - A DApp that uses DAOstack to manage funds and demonstrates a real world use case for DAOstack. 22 | 23 | Join us on [Telegram](https://t.me/daostackcommunity) and [Slack](https://daostack.slack.com)! 24 | -------------------------------------------------------------------------------- /img/the_dao_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daostack/docs/4b6797cfb96f6fdb9287c4b876e4aa4b9faef095/img/the_dao_stack.png --------------------------------------------------------------------------------