#wasm #supercolony #smart-contracts #blockchain #ink

nightly no-std openbrush_contracts

Reusable implementations of contracts and traits for interaction with them

4 stable releases

2.2.0 Jul 23, 2022
2.1.0 Jun 23, 2022
2.0.0 Jun 2, 2022
1.8.0 May 27, 2022

#5 in #supercolony

33 downloads per month
Used in openbrush

MIT license

335KB
5.5K SLoC

Overview

traits contains definitions of traits(interfaces) for the popular contracts. Anyone can import the trait and use it to do cross-contract calls without knowing the implementation of the contract.

This folder contains the implementation of popular contracts. Anyone can re-use the implementation after importing the openbrush crate, enabling the desired feature(s) of the contract, and implementing all required traits.

Dependencies

~15MB
~189K SLoC