Version: 3.0.0

Introduction

The smart contracts are components of the Trustlines Protocol. They are currently deployed on the Gnosis Chain. Transfers within currency networks are executed by the smart contracts. All trustlines (i.e. credit lines and balances between users) are notarized on the blockchain. Furthermore, the smart contracts enforce the rules determining how trustlines can be created, used and updated.

The Smart contracts repository on github contains the smart contracts implementing the Trustlines logic. This includes:

  • Currency Networks
  • Exchanges
  • Identity implementation, proxy, and proxy factory.

It also includes deploy tools that can be used to deploy these contracts. The deploy tools can be used via cli or as a python package to be built on top of. The package tl-deploy used for deployment of the contracts additionally provides an abstraction layer to identities and meta-transactions for delegates to use.