SoundWorkLabs
marketplace-contracts
Rust

Solana marketplace contracts for listing and bidding on core assets on Soundwork

Last updated Feb 23, 2026
10
Stars
1
Forks
1
Issues
0
Stars/day
Attention Score
1
Language breakdown
Rust 76.1%
TypeScript 23.9%
Files click to expand
README

Soundwork Marketplace Contracts

The Soundwork NFT Marketplace contracts.

Discord Chat License SDK



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.

Programs

This project contains the following programs:

soundwork-list

  • Devnet: EA4ptgF3TYjDBGYJApAoZoyCbCYw6P5mGU5noCe1Z97
soundwork-bid

  • Devnet: 4mFDYND4AVREYEJXCPhjq1LnbjELHHebJqG3NZechA7X

Audits

These programs are not audited, so fork, deploy and use them at your own risk.

Developers

You can interact with the list and bid programs via our SDK.

Typescript SDK: @soundwork-oss/soundwork-sdk

Developing

Environmental Setup

Install Dependencies

yarn

Build the Program

anchor build

Testing

cargo clippy --all-targets -- -D warnings
anchor test

Patches

Should you encounter failed to select a version for the requirement toml_edit = "^0.21.0"

cargo update -p toml_edit@0.21.1 --precise 0.21.0

© 2026 GitRepoTrend · SoundWorkLabs/marketplace-contracts · Updated daily from GitHub