gagliardetto / anchor-go

Generate Go clients from anchor IDLs for Solana blockchain programs
MIT License
153 stars 40 forks source link

add serum idl (back?) #11

Closed GalenDiogenes closed 2 years ago

GalenDiogenes commented 2 years ago

Huge fan of your Solana toolchains @gagliardetto! Could we add a serum IDL again? I found it in the history but I'm not sure why it was removed. Was it manually constructed?

https://github.com/gagliardetto/anchor-go/commit/3f23d3a7b89f83ad1e71ea470a21a9e1a58eca7a

gagliardetto commented 2 years ago

Huge fan of your Solana toolchains @gagliardetto!

Thanks!

Could we add a serum IDL again?

Added back: https://github.com/gagliardetto/anchor-go/blob/main/idl/serum/dex.json

There's also a (very rough) serum client written in Go: https://github.com/gagliardetto/serum-go

GalenDiogenes commented 2 years ago

thanks for that! We're using your serum client for a while already, works without issues 👍