#smart-contracts #blockchain #ink #wasm

no-std pendzl_contracts

Reusable implementations of contracts and traits for interaction with them

13 releases

0.2.4 Mar 26, 2024
0.2.3 Mar 18, 2024
0.1.0-beta4 Mar 1, 2024
0.1.0-beta3 Feb 29, 2024
0.1.0-alpha2 Jan 24, 2024

#36 in #ink

Download history 9/week @ 2024-01-23 12/week @ 2024-01-30 3/week @ 2024-02-13 178/week @ 2024-02-20 315/week @ 2024-02-27 20/week @ 2024-03-05 332/week @ 2024-03-12 169/week @ 2024-03-19 94/week @ 2024-03-26 35/week @ 2024-04-02

521 downloads per month
Used in pendzl

MIT license

155KB
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

~10–13MB
~241K SLoC