Skip to content

docs(#503): add guide for adding new contract functions with patterns and CI requirements#504

Open
BWM0223 wants to merge 1 commit into
accesslayerorg:mainfrom
BWM0223:docs/contract-function-guide-503
Open

docs(#503): add guide for adding new contract functions with patterns and CI requirements#504
BWM0223 wants to merge 1 commit into
accesslayerorg:mainfrom
BWM0223:docs/contract-function-guide-503

Conversation

@BWM0223

@BWM0223 BWM0223 commented Jun 27, 2026

Copy link
Copy Markdown

Fixes #503

Adds docs/adding-contract-functions.md covering all 4 acceptance criteria:

  • Module placement rule documented for each category (trade/config/view/admin)
  • Authorization pattern explained with code example
  • Event emission pattern shown with worked example
  • CI requirements listed (cargo fmt, clippy, test, license)

Payment: ETH 0xeaCAb48a4bfA0CED0e668c166615927115655594

@BWM0223

BWM0223 commented Jun 27, 2026

Copy link
Copy Markdown
Author

Implementation complete and ready for review. Payment wallets ready: ETH 0xeaCAb48a4bfA0CED0e668c166615927115655594 | SOL C3MD2yfWYebB8FYXpq6ooqzU5GCQB1bDxbDhQf1JfiCW | BTC bc1qtmlgtvg7xgv0zry3ct90elp3y7d3ffdutk4e2f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add docs for how to add a new contract function following existing patterns

1 participant