Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit bb1da96

Browse files
authored
Update README.md
1 parent f25c1ff commit bb1da96

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
# <img height="70" alt="tokenocchio" src="https://github.com/user-attachments/assets/322746be-4225-40b8-b60d-6418a29a6531"/>
1+
<h1 align="center">
2+
<code>p-token</code>
3+
</h1>
4+
<p align="center">
5+
<img width="400" alt="p-token" src="https://github.com/user-attachments/assets/ba1c5f0d-db2f-457d-8f7e-e62fd564e5e7" />
6+
</p>
7+
<p align="center">
8+
A <code>pinocchio</code>-based Token program.
9+
</p>
210

3-
A `pinocchio`-based Token program.
11+
<p align="center">
12+
<a href="https://github.com/febo/pinocchio/actions/workflows/main.yml"><img src="https://img.shields.io/github/actions/workflow/status/febo/pinocchio/main.yml?logo=GitHub" /></a>
13+
</p>
414

515
## Overview
616

7-
This repository contains a **proof-of-concept** of a reimplementation of the SPL Token program, one of the most used 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 &mdash; i.e., support the exact same instruction and account layouts as SPL Token, byte for byte.
17+
This repository contains a **proof-of-concept** of a reimplementation of the SPL Token program, one of the most used programs on Solana, using [`pinocchio`](https://github.com/febo/pinocchio). The purpose is to have an implementation that optimizes the compute units, while being fully compatible with the original implementation &mdash; i.e., support the exact same instruction and account layouts as SPL Token, byte for byte.
818

919
## Status
1020

0 commit comments

Comments
 (0)