8 releases (5 breaking)
0.6.0 | May 21, 2024 |
---|---|
0.5.1 | May 15, 2024 |
0.4.0 | Apr 17, 2024 |
0.3.0 | Apr 10, 2024 |
0.1.0 | Apr 6, 2024 |
#2 in #nifty
390KB
9K
SLoC
Interface for Nifty Asset program.
The interface defined in this crate should be used to implement proxy programs extending Nifty Asset behaviour. It follows the Proxy Pattern to provide a program interface for developers to build on top and fully customise Nifty Asset.
Getting started
From your project folder:
cargo add nifty-asset-interface
Example
The Nifty Asset repository contains an example proxy program showing how to use this crate to add custom behaviour to transfer
and update
instructions.
Dependencies
~17–26MB
~441K SLoC