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
- Host: GitHub
- URL: https://github.com/cardinal-cryptography/contracts
- Owner: Cardinal-Cryptography
- License: mit
- Created: 2022-08-09T14:41:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T11:23:09.000Z (over 2 years ago)
- Last Synced: 2025-03-29T18:41:36.693Z (3 months ago)
- Language: Rust
- Size: 109 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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