> For the complete documentation index, see [llms.txt](https://docs.luxy.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luxy.io/help-center/developers/smart-contracts.md).

# Smart Contracts

This section is dedicated to the implementation of Luxy Protocol, Farms, Vesting, and Token.\
The marketplace contracts (Luxy Protocol) are based on Rarible-Protocol. We want to express our gratitude to them for giving such a good protocol implementation as an example that for sure boosted a lot the development of the marketplace. \
This doc is still a draft that will be more detailed in time to also help other developers to boost the state of the art when developing tokens marketplace protocols with solidity at EVM-based blockchains.\
All the Luxy protocol code is open source and free to use, they can be found at:\
[Luxy Protocol](https://github.com/Luxy-io/luxy-contracts)\
There is a test section in the test folders that can easily be run with hardhat framework.
