1 unstable release

new 0.1.0 May 2, 2024

#2511 in Magic Beans

Download history 182/week @ 2024-04-29

182 downloads per month
Used in nitrate

Apache-2.0

31KB
412 lines

nitrate-program

Types and helper functions for programs using nitrate entrypoint.

  • account_info: Account representation.
  • cpi: Helper types to create cross-program invocations using sol_invoke_signed_c.
  • system: Helper functions to invoke solana_program::system_program.

Getting started

The types are used as part of the nitrate crate:

cargo add nitrate

[!IMPORTANT] You need to use the custom entrypoint! defined on the crate in order to use the types included in this crate.

License

Copyright (c) 2024 nifty-oss maintainers
Copyright (c) 2024 Magnetar Fields

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

This crate is based on solana-nostd-entrypoint.

Dependencies

~16–24MB
~401K SLoC