Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.21 KB

Soundwork Marketplace Contracts

The Soundwork NFT Marketplace contracts.

Discord Chat License SDK

Developing

Environmental Setup

  1. Install Rust.
  2. Install Solana.
  3. Install Anchor.

Install Dependencies

yarn

Build the Program

anchor build

Testing

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