nifty-asset-interface

Crates.ionifty-asset-interface
lib.rsnifty-asset-interface
version0.6.0
sourcesrc
created_at2024-04-06 09:43:32.405049
updated_at2024-05-21 22:15:05.042276
descriptionInterface for Nifty Asset program
homepage
repositoryhttps://github.com/nifty-oss/asset
max_upload_size
id1198194
size266,077
nifty (nifty-service)

documentation

README

nifty-asset-types

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.

Commit count: 211

cargo fmt