pina_token_2022_extensions

Crates.iopina_token_2022_extensions
lib.rspina_token_2022_extensions
version0.2.0
created_at2025-11-08 12:27:27.873826+00
updated_at2025-12-13 12:02:54.95766+00
descriptiondraft token 2022 extensions for pinocchio and solana
homepagehttps://pina.rs
repositoryhttps://github.com/pina-rs/pina
max_upload_size
id1922820
size210,620
Ifiok Jr. (ifiokjr)

documentation

README

🧷 pina

A performant smart contract framework for on chain solana programs.

Description

pina provides a comprehensive toolkit for developing, building and deploying optimized, performant programs to the solana blockchain. It uses pinocchio to massively reduce the dependency bloat and compute units required for your code to run.

Ideology

  • macros are minimal syntactic sugar to reduce repetition of code.
  • idl generation is automated based on code you write, rather than annotations. So payer.assert_signer()? will generate an idl that specifies that the account is a signer.
  • everything in rust from the on chain program to the client code used on the browser, this project strives to make it possible to build everything in your favourite language.

Examples

You can take a look at the examples available.

Commit count: 0

cargo fmt