@metaplex-foundation/mpl-auction-house
Version:
MPL Auction House JavaScript API.
19 lines (11 loc) • 379 B
Markdown
This package contains the auction house contract SDK code.
In order to update the generated SDK when the rust contract was updated please run:
```
yarn api:gen
```
NOTE: at this point this only generates the IDL json file but later will generate TypeScript
definitions and SDK code as well, derived from that IDL.
Apache v2.0