openbrush_contracts

Crates.ioopenbrush_contracts
lib.rsopenbrush_contracts
version3.2.0
sourcesrc
created_at2022-05-27 23:21:33.125775
updated_at2023-09-15 09:26:53.499716
descriptionReusable implementations of contracts and traits for interaction with them.
homepagehttps://727.ventures
repositoryhttps://github.com/727-Ventures/openbrush-contracts
max_upload_size
id595365
size299,851
Green Baneling (xgreenx)

documentation

https://docs.openbrush.io

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

Commit count: 1975

cargo fmt