Skip to content

bazar-labs/protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • always regenarate the mappings via forge remappings > remappings.txt

Generate Interfaces

Run command below to generate the interfaces

forge build && \
cast interface -n IInventoryController -o ./src/interfaces/IInventoryController.sol ./out/InventoryController.sol/InventoryController.json && \
cast interface -n IInventoryRegistry -o ./src/interfaces/IInventoryRegistry.sol ./out/InventoryRegistry.sol/InventoryRegistry.json && \
cast interface -n IInventoryBehavior -o ./src/interfaces/IInventoryBehavior.sol ./out/InventoryBehavior.sol/InventoryBehavior.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors