https://github.com/metaplex-foundation/mpl-hybrid
The hybrids program powering the MPL-404 standard
https://github.com/metaplex-foundation/mpl-hybrid
Last synced: 16 days ago
JSON representation
The hybrids program powering the MPL-404 standard
- Host: GitHub
- URL: https://github.com/metaplex-foundation/mpl-hybrid
- Owner: metaplex-foundation
- License: other
- Created: 2024-06-23T20:26:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T21:54:40.000Z (5 months ago)
- Last Synced: 2025-05-08T19:12:43.327Z (16 days ago)
- Language: Rust
- Homepage: https://mpl-hybrid-js-docs.vercel.app
- Size: 479 KB
- Stars: 24
- Watchers: 6
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - metaplex-foundation/mpl-hybrid - The hybrids program powering the MPL-404 standard (Rust)
README
# Mpl Hybrid
The swap program powering SPL-404s on Solana and the MPL-404 protocol. A collaboration between Mutant Labs and Metaplex.
## Documentation
Read the full documentation [here](https://developers.metaplex.com/mpl-404)
## Programs
This project contains the following programs:
- [Mpl Hybrid](./programs/mpl-hybrid/README.md) `MPL4o4wMzndgh8T1NVDxELQCj5UQfYTYEkabX3wNKtb`
You will need a Rust version compatible with BPF to compile the program, currently we recommend using Rust 1.75.0.
## Clients
This project contains the following clients:
- [JavaScript](./clients/js/README.md)
- [Rust](./clients/rust/README.md)## Contributing
Check out the [Contributing Guide](./CONTRIBUTING.md) the learn more about how to contribute to this project.
## Security
Audit Pending