Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 724 Bytes

PROPOSALS.md

File metadata and controls

11 lines (8 loc) · 724 Bytes

BIPs

Burrow Improvement Proposals (BIPs) describe standards for the Hyperledger Burrow platform, including core protocol specifications, client APIs, and contract standards.

Contributing

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

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