gmx-go-sdk
Golang SDK for the GMX protocol
Examples
Check out the examples folder for some examples on how to use the SDK.
Generating the SDK
- abigen
go install github.com/ethereum/go-ethereum/cmd/abigen@latest
- forge
curl -L https://foundry.paradigm.xyz | bash
foundryup
- yarn
yarn install
- Run the generator
make build && make generate