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

Commit 7dce688

Browse files
authored
Formatting
1 parent abf5cb8 commit 7dce688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A `pinocchio`-based Token program.
44

55
## Overview
66

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

99
## Status
1010

@@ -36,7 +36,7 @@ This repository contains a proof-of-concept of a reimplementation of the SPL Tok
3636
| `AmountToUiAmount` | | | |
3737
| `UiAmountToAmount` | | | |
3838

39-
> Test were run using Solana `v2.1.0`.
39+
> Tests were run using Solana `v2.1.0`.
4040
4141
## Building
4242

0 commit comments

Comments
 (0)