https://github.com/shiny-lua/x-nft
https://github.com/shiny-lua/x-nft
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/shiny-lua/x-nft
- Owner: shiny-lua
- License: gpl-3.0
- Created: 2024-11-14T15:36:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-14T15:45:34.000Z (over 1 year ago)
- Last Synced: 2024-11-15T16:32:00.165Z (over 1 year ago)
- Language: TypeScript
- Size: 1.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
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
```