octofi-dao-templates

所属分类:NFT
开发工具:JavaScript
文件大小:120KB
下载次数:0
上传日期:2020-10-01 20:20:11
上 传 者sh-1993
说明:  OctoFi去中心化自治组织(DAO)
(OctoFi Decentralized Autonomous Organization (DAO))

文件列表:
.travis.yml (870, 2020-08-18)
CONTRIBUTING.md (923, 2020-08-18)
LICENSE (36125, 2020-08-18)
descriptor (0, 2020-08-18)
descriptor\examples (0, 2020-08-18)
descriptor\examples\company.yaml (1644, 2020-08-18)
descriptor\package.json (443, 2020-08-18)
descriptor\src (0, 2020-08-18)
descriptor\src\scripts (0, 2020-08-18)
descriptor\src\scripts\permissionsTable.js (521, 2020-08-18)
descriptor\src\utils (0, 2020-08-18)
descriptor\src\utils\readYaml.js (198, 2020-08-18)
descriptor\test (0, 2020-08-18)
descriptor\test\permissionsTable.test.js (2125, 2020-08-18)
descriptor\test\utils (0, 2020-08-18)
descriptor\test\utils\cli.js (462, 2020-08-18)
lerna.json (104, 2020-08-18)
package.json (1077, 2020-08-18)
shared (0, 2020-08-18)
shared\.dockerignore (19, 2020-08-18)
shared\.soliumignore (1, 2020-08-18)
shared\.soliumrc.json (631, 2020-08-18)
shared\contracts (0, 2020-08-18)
shared\contracts\.npmignore (6, 2020-08-18)
shared\contracts\BaseTemplate.sol (19305, 2020-08-18)
shared\contracts\Migrations.sol (572, 2020-08-18)
shared\contracts\TokenCache.sol (654, 2020-08-18)
shared\docker-compose.yml (453, 2020-08-18)
shared\helpers (0, 2020-08-18)
shared\helpers\apps.js (566, 2020-08-18)
shared\helpers\aragonId.js (81, 2020-08-18)
shared\helpers\assertRevert.js (1651, 2020-08-18)
shared\helpers\assertRole.js (1765, 2020-08-18)
... ...

# DAO Templates [![Build Status](https://travis-ci.org/aragon/dao-templates.svg?branch=master)](https://travis-ci.org/aragon/dao-templates) ## Octo.fi DAO ## What is a template The best way to kickstart an Aragon organization is by using a template. Templates are a set of smart contracts that will create an organization from scratch and configure it according to some provided parameters. Because they involve smart contract code, modifying a template, even though it's usually really easy, must be done with extreme care. It is always recommended to do a third party security audit to review the template code when modified. ## Mainnet-ready templates Aragon creates and have put most of the templates in this repo through an external audit. Despite this, they come without any guarantees; a template we consider secure today may be vulnerable to an unknown security hole discovered down the road. Moreover, once a user has created their organization, they may grant or transfer permissions in a way that makes their organization insecure. You can find more information about template deployments and their addresses in the [deployments repo](https://github.com/aragon/deployments/tree/master/environments/mainnet). ### Aragon 0.8 With Aragon 0.8, the client has switched to the following templates: - [Company](https://github.com/aragon/dao-templates/tree/master/templates/company): `company-template.aragonpm.eth` - [Company-Board](https://github.com/aragon/dao-templates/tree/master/templates/company-board): `company-board-template.aragonpm.eth` - [Membership](https://github.com/aragon/dao-templates/tree/master/templates/membership): `membership-template.aragonpm.eth` - [Reputation](https://github.com/aragon/dao-templates/tree/master/templates/reputation): `reputation-template.aragonpm.eth` These templates were audited as part of the 0.8 release. ### Aragon 0.7 With Aragon 0.6 and 0.7, the following templates were used by the client to create organizations for users: - [Democracy](https://github.com/aragon/dao-templates/tree/aragon-v0.7/kits/democracy): `democracy-kit.aragonpm.eth` - [Multisig](https://github.com/aragon/dao-templates/tree/aragon-v0.7/kits/multisig): `multisig-kit.aragonpm.eth` These templates were audited as part of the 0.6 and 0.7 releases by WHG and Consensys Diligence. ## Build your own template! `@aragon/templates-shared` is published on npm and contains contract, deployment, and testing utilities to help you build your own template. All of the templates in this monorepo use `templates-shared` internally. ## Help For help and support, feel free to contact us at any time on [Spectrum](https://spectrum.chat/aragon/app-development).

近期下载者

相关文件


收藏者