#smart-contracts #blockchain #ink #wasm

no-std pendzl_contracts

Reusable implementations of contracts and traits for interaction with them

18 releases (1 stable)

1.0.2 Nov 5, 2024
1.0.1-v1calls Aug 5, 2024
0.2.4 Mar 26, 2024
0.2.4-v1calls2 Jun 3, 2024
0.1.0-alpha2 Jan 24, 2024

#21 in #ink

Download history 79/week @ 2024-07-29 243/week @ 2024-08-05 6/week @ 2024-08-12 123/week @ 2024-08-26 32/week @ 2024-09-16 29/week @ 2024-09-23 15/week @ 2024-09-30 1/week @ 2024-10-14 130/week @ 2024-11-04 7/week @ 2024-11-11

137 downloads per month
Used in 3 crates (via pendzl)

MIT license

170KB
3.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 pendzl crate, enabling the desired feature(s) of the contract, and implementing all required traits.

Dependencies

~9–13MB
~230K SLoC