Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coral-xyz/xnft

🚀 Executable NFT Protocol and Marketplace
https://github.com/coral-xyz/xnft

anchor backpack coral protocol solana solana-program xnft

Last synced: 5 days ago
JSON representation

🚀 Executable NFT Protocol and Marketplace

Awesome Lists containing this project

README

        



xNFT



A protocol for minting and managing executable NFTs



Build Status
Discord Chat
License
Docs


## 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 Dependencies

```
make dependencies
```

### Build the xNFT Program

```
anchor build
```

### Testing

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