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