An open API service indexing awesome lists of open source software.

https://github.com/cardinal-cryptography/contracts

Smart contract examples
https://github.com/cardinal-cryptography/contracts

Last synced: 2 months ago
JSON representation

Smart contract examples

Awesome Lists containing this project

README

        

# contracts

Smart contracts examples written in `ink!`:
* `Escrow` - Escrow is the third party which holds the asset (asset can be money, bond, stocks) on the presence of two parties
* `upgradability/set_code_hash` - Contract upgradability using `set_code_hash` method
* `upgradability/forward-proxy` - Contract upgradability using forward proxy pattern