FYI, if you're using the Lighter-GO (https://github.com/elliottech/lighter-go/releases/tag/v1.0.1) library directly, you can get the precompiled binaries directly from the release notes.
They should be up to date w/ the current main branch.
You can find instructions on how to compile them youself in the repo & in the justfile (similar to Makefile)
Building for linux / windows has docker commands.
AFAIK building for OSX can be done only from OSX device.
At the moment, the supported architectures are:
linux x64
linux arm64
windows x64
apple M series
All the precompiled files are created by the team.
Next step would be to have an official TS SDK. The WASM build for spot should come shortly.
Post #68
914
Lighter API/MM Updates As spot was just launched, the spot Python SDK PR has been merged. Now you test spot SDK directly on mainnet. The PIP release will be available in ~2H. Notable changes since last message: - added pool examples, on how to get / burn / mint pool shares - added…GitHub Release Better support for transfer memo · elliottech/lighter-go Transfer memo is accepted either as str of len 32 (in which case, they are interpreted as bytes) or as 64 hex encoded string or 0x[hex]