Skip to content

wardenfinance/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warden Contracts

Tezos smart contracts for Warden.

GitHub Node.js CI CodeQL

Static

Contracts in the static directory are meant for continued use. For example, the warden contract is deployed once and used forever (unless an update is necessary).

Dynamic

Contracts in the dynamic directory are meant for single use-cases. For example, the escrow contract can be deployed by anyone when needed - once that contract has outlived its purpose, it will no longer be used.