This repo contains the latest programs for soundwork.io protocol. Using the new Metaplex core asset users are able to perform all traditional operations of an NFT marketplace like list and bid operations trustlessly executed by our programs.
This project contains the following programs:
soundwork-list
- Devnet:
EA4ptgF3TYjDBGYJApAoZoyCbCYw6P5mGU5noCe1Z97
soundwork-bid
- Devnet:
4mFDYND4AVREYEJXCPhjq1LnbjELHHebJqG3NZechA7X
These programs are not audited, so fork, deploy and use them at your own risk.
You can interact with the list and bid programs via our SDK.
Typescript SDK: @soundwork-oss/soundwork-sdk
yarn
anchor build
cargo clippy --all-targets -- -D warnings
anchor test
Should you encounter failed to select a version for the requirement toml_edit = "^0.21.0"
cargo update -p [email protected] --precise 0.21.0