Crates.io | openbrush_contracts |
lib.rs | openbrush_contracts |
version | 3.2.0 |
source | src |
created_at | 2022-05-27 23:21:33.125775 |
updated_at | 2023-09-15 09:26:53.499716 |
description | Reusable implementations of contracts and traits for interaction with them. |
homepage | https://727.ventures |
repository | https://github.com/727-Ventures/openbrush-contracts |
max_upload_size | |
id | 595365 |
size | 299,851 |
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.