/contracts

Tezos smart contracts for Warden.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.