... | ... | @@ -38,8 +38,8 @@ DEXWeb verwendet die folgenden Technologien: |
|
|
|
|
|
- **Blockchain**: Polygon (Ethereum-kompatibel)
|
|
|
- **Smart Contracts**: [Solidity](https://soliditylang.org/)
|
|
|
- **Frontend**: [React](https://react.dev/), [Web3.js](https://web3js.org/)
|
|
|
- **Testen**:
|
|
|
- **Frontend**: [React](https://react.dev/),
|
|
|
- **Testen**: [React](https://react.dev/),
|
|
|
|
|
|
---
|
|
|
|
... | ... | @@ -93,10 +93,6 @@ Stelle sicher, dass die folgenden Software-Komponenten installiert sind: |
|
|
|
|
|
Die Haupt-Smart Contracts für DEXWeb befinden sich im `contracts` Verzeichnis und sind in Solidity geschrieben. Der primäre Vertrag ist `DEXWeb.sol`, der die Hauptlogik für den Austausch von Kryptowährungen enthält.
|
|
|
|
|
|
### DEXWeb.sol
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
## **Frontend-Entwicklung**
|
|
|
|
... | ... | @@ -106,9 +102,3 @@ Das Frontend von DEXWeb ist mit React und thirdweb gebaut und befindet sich im * |
|
|
|
|
|
* **Pages**: Die Hauptkomponente, die die Anwendung rendert.
|
|
|
* **components/**: Enthält wiederverwendbare UI-Komponenten. |
|
|
|
|
|
### Beispielcode für thirdweb-integration
|
|
|
|
|
|
```plaintext
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |