Skip to content

Real World Asset Implementations for Concordium with Postgres backend

Notifications You must be signed in to change notification settings

chainorders/concordium-rwa-v2

 
 

Repository files navigation

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.

About

Real World Asset Implementations for Concordium with Postgres backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.2%
  • Rust 30.5%
  • Dockerfile 0.1%
  • PLpgSQL 0.1%
  • CSS 0.1%
  • Shell 0.0%