streamingfast / solana-go

Go library for the Solana Blockchain
Apache License 2.0
121 stars 25 forks source link

How to place an order in the order book #4

Closed trading-peter closed 2 years ago

trading-peter commented 3 years ago

I hope I don't get totally wrong what this library aims for. I'm basically thinking it aims to be the go version of that web3 lib? I was wondering how I would set orders? Is that implemented?

maoueh commented 2 years ago

Sorry long delay, no it's not implemented, well more or less. This library could be used to craft the correct instructions and generate a transaction that could then be sent to the network for consumption. I think all the building blocks are in there now to do what you want, closing.

Feel free to re-open if you need further help.