The OTC Lunes project is a decentralized initiative that enables the trading of crypto assets Lunes through smart contracts, accepting any type of currency. In the event of a conflict between OTC parties, it will be necessary to open a dispute, subject to a small fee for mediation.
The project arose from the need for anonymity in currency trading, offering the convenience of acquiring the desired asset more quickly, securely, and entirely in a decentralized manner. This is made possible through the use of smart contracts, where the traded assets are recorded.
- Lunes Blockchain
- Smart Contracts in Ink!
- React for Front-end
- OpenBrush for NFTs
Instructions for project setup and execution:
- Clone this repository
- Install dependencies...
- Configure your Lunes wallet...
- Rust
- Cargo
- Lunes Node (ou um nó Substrate compatível)
Para compilar o contrato, execute o seguinte comando na raiz do projeto:
cargo contract build --release
This project is licensed under the MIT License.
This README covers the most important points about the project and serves as a quick reference for understanding and running the application.