OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
797 stars 320 forks source link

Add financial system #980

Open zpano opened 2 months ago

zpano commented 2 months ago

Fixes #973

PR Checklist

ericnordelo commented 2 months ago

Hey @zpano, thanks for taking the time to contribute. Note that we expect the PR to contain a strong test suite before reviewing it, and documentation before merging it.

zpano commented 2 months ago

@ericnordelo How can i write an documentation?

andrew-fleming commented 2 months ago

Hey, @zpano! Thanks for opening the PR. Here are the basic guidelines for contributing: https://github.com/OpenZeppelin/cairo-contracts/blob/main/CONTRIBUTING.md

How can i write an documentation?

An example of in-code docs: https://github.com/OpenZeppelin/cairo-contracts/blob/main/src/token/erc20/erc20.cairo#L117-L124

And here's instructions for the docsite: https://github.com/OpenZeppelin/cairo-contracts/blob/main/CONTRIBUTING.md#documentation

Let us know if you have any questions