Changes
Page history
Update Entwicklerdokumentation
authored
Jul 21, 2024
by
s88999
Hide whitespace changes
Inline
Side-by-side
Entwicklerdokumentation.md
View page @
0ea70c7d
...
...
@@ -361,3 +361,22 @@ describe("DEX", function () {
expect(liquidity).to.equal(1000);
});
});
## Deployment
### Deployment des Smart Contracts
Deployment in ein Live-Netzwerk mit der Thirdweb-CLI:
```
bash
npx thirdweb deploy
```
## Ressourcen
-
[
Thirdweb Documentation
](
https://docs.thirdweb.com/
)
-
[
Solidity Documentation
](
https://docs.soliditylang.org/
)
-
[
Hardhat Documentation
](
https://hardhat.org/docs
)
-
[
React Documentation
](
https://reactjs.org/docs/getting-started.html
)
-
[
Next.js Documentation
](
https://nextjs.org/docs
)
\ No newline at end of file