Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 898 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 898 Bytes

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.