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 Frontend React Code (using Web SDK and Concordium Browser Wallet)
Please do note that this is not an exhaustive list of the languages supported by concordium. There are are SDK's present to interact with the contracts using multiple other languages. A complete list can be found here
- market-ui React based frontend DAPP for marketplace contract. This is the typescript code which can be used with Concordium Browser Wallet to interact with CIS2-Multi and Marketplace Contract in Browser based environments.
- mint-ui
Throughout this repository Concordium Testnet is being used to demo the functionality.
-
To learn more about the contracts being used and how to build, deploy & modify them please see concordium-contracts repository
-
Interact with Contracts
- Using Frontend React Code