All Projects → ampleforth → AIPs

ampleforth / AIPs

Licence: other
Ampleforth Improvement Proposals

Programming Languages

HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to AIPs

poa-dapps-voting
POA Network Governance Dapp
Stars: ✭ 24 (+20%)
Mutual labels:  governance
collective
How the unified collective is governed
Stars: ✭ 41 (+105%)
Mutual labels:  governance
SNIPs
Secret Network Improvement Proposals (SNIPs) ✂️
Stars: ✭ 42 (+110%)
Mutual labels:  governance
about
Home to all of our staff information, decision-making rules and processes. It is our staff manual that can be developed collaboratively with the community and reused by everyone.
Stars: ✭ 26 (+30%)
Mutual labels:  governance
Community
Istio governance material.
Stars: ✭ 2,228 (+11040%)
Mutual labels:  governance
ssb-js
Governance repository for the SSB-JS organization.
Stars: ✭ 15 (-25%)
Mutual labels:  governance
foundation
Interactions with the CDF Staff and Board
Stars: ✭ 20 (+0%)
Mutual labels:  governance
Governance-Account
基于智能合约开发,提供区块链用户账户注册、私钥重置、冻结、解冻等账户全生命周期管理,支持管理员、阈值投票、多签制等多种治理策略。
Stars: ✭ 17 (-15%)
Mutual labels:  governance
governance-crosschain-bridges
This repo contains the crosschain governance bridges used for the aave markets deployed across different networks
Stars: ✭ 116 (+480%)
Mutual labels:  governance
aws-cost-report
Generate Sheets (Google, Excel and CSV) with useful information about your AWS spendings.
Stars: ✭ 79 (+295%)
Mutual labels:  governance
opengovernance.dev
opengovernance.dev
Stars: ✭ 29 (+45%)
Mutual labels:  governance
Jupiter
Jupiter是斗鱼开源的面向服务治理的Golang微服务框架
Stars: ✭ 3,455 (+17175%)
Mutual labels:  governance
About moja global
About moja global and How We Work
Stars: ✭ 33 (+65%)
Mutual labels:  governance
Meta
Discussions around the processes and coordination of the Bitcoin Design Community
Stars: ✭ 120 (+500%)
Mutual labels:  governance
aws-firewall-factory
Deploy, update, and stage your WAFs while managing them centrally via FMS.
Stars: ✭ 72 (+260%)
Mutual labels:  governance
poa-network-consensus-contracts
Main repository for POADAO consensus. Includes contracts for Initial Ceremony, Governance, Management of Validators
Stars: ✭ 68 (+240%)
Mutual labels:  governance
productivity-tools
List of popular productivity tools for SharePoint
Stars: ✭ 26 (+30%)
Mutual labels:  governance
gobyte
GoByte Core - GBX
Stars: ✭ 35 (+75%)
Mutual labels:  governance
compound-governance-examples
Examples for building on Compound Protocol Community Governance.
Stars: ✭ 52 (+160%)
Mutual labels:  governance
awesome-azure-policy
A curated list of blogs, videos, tutorials, code, tools, scripts, and anything useful to help you learn Azure Policy - by @jesseloudon
Stars: ✭ 313 (+1465%)
Mutual labels:  governance

AIPs

Ampleforth Improvement Proposals (AIPs) describe standards for the Ampleforth platform, including core protocol specifications, client APIs, and contract standards.

WIP: A browsable version of all current and draft AIPs can be found on the official AIP site.

Contributing

  1. Review AIP-1.
  2. Fork the repository by clicking "Fork" in the top right.
  3. Add your AIP to your fork of the repository. There is a template AIP here.
  4. Submit a Pull Request to Ampleforth's AIPs repository.

Your first PR should be a first draft of the final AIP. It must meet the formatting criteria enforced by the build (largely, correct metadata in the header). An editor will manually review the first PR for a new AIP and assign it a number before merging it. Make sure you include a discussions-to header with the URL to a new thread on ampltalk.org where people can discuss the AIP as a whole.

If your AIP requires images, the image files should be included in a subdirectory of the assets folder for that AIP as follow: assets/aip-X (for aip X). When linking to an image in the AIP, use relative links such as ../assets/aip-X/image.png.

When you believe your AIP is mature and ready to progress past the WIP phase, you should ask to have your issue added to the next governance call where it can be discussed for inclusion in a future platform upgrade. If the community agrees to include it, the AIP editors will update the state of your AIP to 'Approved'.

AIP Statuses

  • WIP - a AIP that is still being developed.
  • Proposed - a AIP that is ready to be reviewed in a governance call.
  • Approved - a AIP that has been accepted for implementation by the Ampleforth community.
  • Implemented - a AIP that has been released to mainnet.
  • Rejected - a AIP that has been rejected.

Validation (WIP)

AIPs must pass some validation tests. The AIP repository ensures this by running tests using html-proofer and aip_validator.

It is possible to run the AIP validator locally:

gem install aip_validator
aip_validator <INPUT_FILES>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].