Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Apr 10, 2024
1 parent d108eff commit dd72274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-rust-interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
program_matrix: "[\"asset\",\"proxy\"]"

publish_crate:
name: Rust Types / Publish Crate
name: Rust Interface / Publish Crate
runs-on: buildjet-8vcpu-ubuntu-2204
needs: [test_js, test_programs]
permissions:
Expand Down
3 changes: 1 addition & 2 deletions programs/asset/interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Interface for Nifty Asset [program](https://github.com/nifty-oss/asset).

The interface defined in this crate should be used to implement proxy programs extending Nifty Asset behaviour. It follows the [proxy pattern](https://nifty-oss.org/blog/proxy-pattern).
The interface defined in this crate should be used to implement proxy programs extending Nifty Asset behaviour. It follows the [Proxy Pattern](https://nifty-oss.org/blog/proxy-pattern) to provide a program interface for developers to build on top and fully customise Nifty Asset.

## Getting started

Expand All @@ -16,6 +16,5 @@ cargo add nifty-asset-interface

The SDK is divided into several modules:

- `errors`: enums representing the program errors
- `instructions`: structs to facilitate the creation of instructions on-chain
- `types`: structs representing types used by the program

0 comments on commit dd72274

Please sign in to comment.