Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed May 23, 2023
1 parent cec64c1 commit 7c41d5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ async function createTx(

### ABI/API

There is no official ABI for Solana (in comparison with ethereum), but it is actually not big deal,
There is no official ABI for Solana (in comparison with ethereum), but it is actually not a big deal,
since you will need to write API on top of raw ABI anyway.
However, we have small DSL here (based on [micro-packed](https://github.com/paulmillr/micro-packed)),
which allows to define ABI easier (look at `sol.token` definition in `index.ts`)
We have small DSL, based on [micro-packed](https://github.com/paulmillr/micro-packed),
which allows to define ABI easier: look at `sol.token` definition in `index.ts`.

## License

Expand Down

0 comments on commit 7c41d5a

Please sign in to comment.