Fernando Otero a7c488ca39 p-token: Use latest pinocchio crates (#72) 2 hónapja
..
src d05d10807f p-token: Add `unsafe` qualifier to validate owner (#66) 3 hónapja
tests c149143b18 Update workspace dependencies (#67) 3 hónapja
Cargo.toml a7c488ca39 p-token: Use latest pinocchio crates (#72) 2 hónapja
README.md 5adaa0e687 p-token: Add interface and p-token to workspace (#24) 7 hónapja

README.md

p-token

A pinocchio-based Token program.

Overview

p-token is a reimplementation of the SPL Token program, one of the most popular programs on Solana, using pinocchio. The purpose is to have an implementation that optimizes the compute units, while being fully compatible with the original implementation — i.e., support the exact same instruction and account layouts as SPL Token, byte for byte.

Features

  • no_std crate
  • Same instruction and account layout as SPL Token
  • Minimal CU usage

License

The code is licensed under the Apache License Version 2.0