/ink-utils

Contracts showcase for ink! smart contract language

Primary LanguageRust

Built with ink!

Ink Utils:

This is a set of specification (traits) and showcase contracts (contracts). The specifications provide interfaces to create compatibible contracts. The contracts are sample contracts spec implentation to provide either a basis that you can extend for more complexes implentations, and provide examples to learn ink!

Specifications

Specification Crate Description
ink-group Specification for a basic implementation of a group membership

Contracts

Specification Crate Description
ink-group-simple Basic implementation of the ink-group spec