Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.17 KB

Real World Asset (RWA) for Concordium

Repository Setup

git clone [email protected]:chainorders/concordium-rwa.git
git submodule update --init --recursive

Development Environment

  • 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

Environments

  • 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.