brush_contracts

Crates.iobrush_contracts
lib.rsbrush_contracts
version1.8.0
sourcesrc
created_at2022-05-27 21:05:04.69383
updated_at2022-05-27 21:05:04.69383
descriptionReusable implementations of contracts and traits for interaction with them.
homepagehttps://supercolony.net
repositoryhttps://github.com/Supercolony-net/openbrush-contracts
max_upload_size
id595313
size252,719
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 brush crate, enabling the desired feature(s) of the contract, and implementing all required traits.

Commit count: 1269

cargo fmt