Skip to content

docs: add external library support documentation#768

Open
dguido wants to merge 2 commits into
masterfrom
dev/docs-external-libraries
Open

docs: add external library support documentation#768
dguido wants to merge 2 commits into
masterfrom
dev/docs-external-libraries

Conversation

@dguido

@dguido dguido commented Jan 21, 2026

Copy link
Copy Markdown
Member

Summary

  • Add documentation for using external Solidity libraries with medusa
  • Document two methods: predeployedContracts and --compile-libraries
  • Include complete working example with troubleshooting section

Closes #500

Test plan

  • Verify docs build successfully with mdbook build docs/
  • Review documentation for clarity and accuracy
  • Ensure examples are correct and match medusa behavior

🤖 Generated with Claude Code

Add a new section to the compilation configuration docs explaining
how to use external Solidity libraries with medusa. Covers two methods:

1. Using predeployedContracts for simple library deployment
2. Using --compile-libraries with crytic-compile for complex projects

Includes a complete example and troubleshooting section.

Closes #500

Co-Authored-By: Claude Opus 4.5 <[email protected]>
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.

Improve documentation for external library support

2 participants