Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunes-platform/contract_p2p
https://github.com/lunes-platform/contract_p2p
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lunes-platform/contract_p2p
- Owner: lunes-platform
- Created: 2024-01-19T00:06:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-02T20:37:38.000Z (9 months ago)
- Last Synced: 2024-05-03T05:59:31.522Z (9 months ago)
- Language: TypeScript
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# OTC Lunes
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.
## About the Project
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.
## Technologies Used
- Lunes Blockchain
- Smart Contracts in Ink!
- React for Front-end
- OpenBrush for NFTs## Running the Project Locally
Instructions for project setup and execution:
1. Clone this repository
2. Install dependencies...
3. Configure your Lunes wallet...## Requisitos
- [Rust](https://www.rust-lang.org/)
- [Cargo](https://doc.rust-lang.org/cargo/)
- [Lunes Node](https://github.com/lunes-platform/lunes-nightly) (ou um nó Substrate compatível)## Compilação
Para compilar o contrato, execute o seguinte comando na raiz do projeto:
```bash
cargo contract build --release
```## License
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.