Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 35 forks source link

Remove credential storage contract #328

Closed DOBEN closed 1 year ago

DOBEN commented 1 year ago

Purpose

Remove the credential storage contract. The web3ID infrastructure has changed from its initial proposal. Mainly credentials are not stored on-chain anymore and hence the storage contract is not needed anymore.

Changes