Changes
Page history
Update Entwicklerdokumentation
authored
Jul 21, 2024
by
s88999
Hide whitespace changes
Inline
Side-by-side
Entwicklerdokumentation.md
View page @
c8cea4a9
...
@@ -214,7 +214,7 @@ contract DEX is ERC20Base {
...
@@ -214,7 +214,7 @@ contract DEX is ERC20Base {
payable(msg.sender).transfer(ethBought);
payable(msg.sender).transfer(ethBought);
}
}
}
}
```
## Frontend-Entwicklung
## Frontend-Entwicklung
...
@@ -242,3 +242,4 @@ function MyApp({ Component, pageProps }) {
...
@@ -242,3 +242,4 @@ function MyApp({ Component, pageProps }) {
}
}
export default MyApp;
export default MyApp;
```
\ No newline at end of file