Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.61 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.61 KB

Real World Asset (RWA) for Concordium

Repository Setup

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

Development Environment

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.

Developing on Apple Silicon