git clone [email protected]:chainorders/concordium-rwa.git
git submodule update --init --recursive
- Download & Install the VS code Development env extension. Please follow through the prerequisites like docker needed by the extension.
- Deploying contract requires access to a testnet wallet.
Export your wallet and copy it to the location
~/etc/concordium/default_account.export
. Or change the path in contracts container file
- Contracts : For debugging and deploying contracts to the testnet
- Backend : For debugging and deploying backend services
- Frontend : FOr debugging and deploying frontend
After installing the dev container extension. Execute the command Dev Containers: Reopen in a Container
.
Which will present a list of mentioned development environments.
Upon start of the container available yarn scripts will be shown on the terminal.