@coral-xyz/barter-sdk
Version:
Node.js client for the Barter protocol
35 lines (25 loc) • 941 B
Markdown
<div align="center">
<h1><strong>Backpack Barter</strong></h1>
<p>
<strong>A protocol for peer-to-peer asset and NFT trading</strong>
</p>
<p>
<a target="_blank" href="https://discord.gg/backpack"><img alt="Discord Chat" src="https://img.shields.io/badge/chat-discord-blueviolet" /></a>
<a target="_blank" href="https://github.com/coral-xyz/barter/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/coral-xyz/barter?color=red" /></a>
</p>
</div>
## Disclaimer
- This protocol is under active development and is subject to change
- The contract code is currently unaudited
## Developing
### Install Anchor
If you do not have the Anchor dev tools installed, do that first by following [the installation guide](https://www.anchor-lang.com/docs/installation).
### Build the Barter Program
```
anchor build
```
### Testing
```
cargo clippy --all-targets -- -D warnings
yarn test
```