Intro to blokchain course final project at Skoltech, 2023.
Project presentation is available here.
Tests of our implementation is shown here.
factory.sol
- factory smart contract, which deploys smart contracns for organisation (for example, institutions).sbt.sol
- smart contract for soulbound tokens.non_sbt.sol
- smart contract for non-soulbound tokens (to show different to sbt behaviour and proove that everything works fine).sbt_content.json
- content of soulbound token (like information inside the certificate that we'd like to store).