Skip to content

Final project on intro2blockchain course at Skoltech 2023.

Notifications You must be signed in to change notification settings

dmasny99/skoltech_intro2blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soul Bound Token (SBT) Certification

Intro to blokchain course final project at Skoltech, 2023.

Project presentation is available here.

Tests of our implementation is shown here.

Project structure:

  • 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).

How to run the project:

  • Go to remix and create new workspace.
  • Put all *.sol files in the directory contracts/.
  • Go to piniata and upload *.json files there (body of your SBT).
  • Compile all used *.sol files.
  • Then emulate use cases according to the video.

About

Final project on intro2blockchain course at Skoltech 2023.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published