An open API service indexing awesome lists of open source software.

https://github.com/soundworklabs/market-contracts


https://github.com/soundworklabs/market-contracts

solana solana-program

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          



Soundwork Marketplace Contracts



The Soundwork NFT Marketplace contracts.



Discord Chat
License
SDK


## Developing

### Environmental Setup

1. Install [Rust](https://rustup.rs/).
2. Install [Solana](https://docs.solana.com/cli/install-solana-cli-tools#use-solanas-install-tool).
3. Install [Anchor](https://www.anchor-lang.com/docs/installation).

### Install Dependencies

```
yarn
```

### Build the Program

```
anchor build
```

### Testing

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