https://github.com/soundworklabs/market-contracts
https://github.com/soundworklabs/market-contracts
solana solana-program
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soundworklabs/market-contracts
- Owner: SoundWorkLabs
- Created: 2023-10-15T17:54:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T14:27:06.000Z (over 2 years ago)
- Last Synced: 2024-04-16T20:23:20.967Z (about 2 years ago)
- Topics: solana, solana-program
- Language: Rust
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```