Skip to content

`moonworm` v0.8.0: Foundry support

Compare
Choose a tag to compare
@zomglings zomglings released this 08 Nov 20:16
· 14 commits to main since this release
05274f3

Foundry

This release introduces the --foundry project to the moonworm generate-brownie command.

When you call moonworm generate-brownie with the --foundry flag, moonworm generates a Python interface and CLI for the contracts in the --project directory assuming that they are built with Foundry, not Brownie.

This is part of a more comprehensive transition to Foundry on the part of Moonstream.