pendzl_contracts

Crates.iopendzl_contracts
lib.rspendzl_contracts
version0.2.4-v1calls2
sourcesrc
created_at2024-01-21 13:45:23.843946
updated_at2024-06-03 08:42:38.321537
descriptionReusable implementations of contracts and traits for interaction with them.
homepage
repository
max_upload_size
id1107629
size150,414
(WookashWackomy)

documentation

README

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.

Commit count: 0

cargo fmt