Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Entwicklerdokumentation
authored
Jul 21, 2024
by
s88999
Hide whitespace changes
Inline
Side-by-side
Entwicklerdokumentation.md
View page @
aa4ebcc9
...
@@ -118,7 +118,7 @@ Die Haupt-Smart Contracts für DEXWeb befinden sich im `contracts` Verzeichnis u
...
@@ -118,7 +118,7 @@ Die Haupt-Smart Contracts für DEXWeb befinden sich im `contracts` Verzeichnis u
Hier ist der vollständige Code des Smart Contracts:
Hier ist der vollständige Code des Smart Contracts:
```
solidity
```
jsx
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
pragma solidity ^0.8.7;
...
...