Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coral-xyz/xnft
- Owner: coral-xyz
- License: gpl-3.0
- Created: 2022-05-13T13:41:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T03:38:50.000Z (about 1 year ago)
- Last Synced: 2025-01-06T16:11:58.626Z (12 days ago)
- Topics: anchor, backpack, coral, protocol, solana, solana-program, xnft
- Language: TypeScript
- Homepage: https://xnft.gg
- Size: 1.69 MB
- Stars: 138
- Watchers: 15
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - coral-xyz/xnft - 🚀 Executable NFT Protocol and Marketplace (TypeScript)
README
## 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
```