Concordium is a science-based proof-of-stake blockchain created for all, with in particular business applications in mind. Read more about concordium
This repository provides sample implementations of following ways in which a developer can interact with an on chain contract on Concordium.
- Using Node SDK
Throughout this repository Concordium Testnet is being used to demo the functionality.
-
Perquisites
- Download and Install Docker Compose
- Install tools for Smart Contract development
- Clone this Repository
- Create Concordium Account & Wallet
- Download concordium testnet wallet
- Create Testnet Account
- Export wallet and then copy the file in root named concordium-backup.concordiumwallet
-
Interact with Contracts
- Using Node SDK