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

Commit a5b3b74

Browse files
authored
Update README.md
1 parent bf46768 commit a5b3b74

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,21 @@
1616

1717
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 — i.e., support the exact same instruction and account layouts as SPL Token, byte for byte.
1818

19+
## Features
20+
21+
- `no_std` crate
22+
- Same instruction and account layout as SPL Token
23+
- Minimal CU usage
24+
1925
## Status
2026

27+
- [x] Account and Mint
28+
- [x] Instructions
29+
- [x] Basic instruction tests
30+
- [ ] Existing SPL Token tests
31+
32+
## Compute Units
33+
2134
| Instruction | Completed | CU (`p-token`) | CU (`spl-token`) |
2235
|----------------------------|-----------|----------------|------------------|
2336
| `InitializeMint` || 100 | 2967 |

0 commit comments

Comments
 (0)