Update Entwicklerdokumentation authored by s88999's avatar s88999
......@@ -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