lib.rs 187 B

12345678
  1. //! Another ERC20-like Token program for the Solana blockchain.
  2. #![no_std]
  3. mod entrypoint;
  4. mod processor;
  5. pinocchio_pubkey::declare_id!("PToken1111111111111111111111111111111111111");