Expand description
dusk-forge is a smart contract development framework designed to simplify the development of
smart contracts for the Dusk virtual machine. It provides macros to
automatically generate the boilerplate code required for interfacing smart
contracts with the Dusk VM.
Attribute Macrosยง
- contract
- Procedural macro for the
#[dusk_forge::contract]attribute.