This repository contains the smart contract for the bachelor thesis "upsi - A decentralized STI tracing approach"
OST - Eastern Switzerland University of Applied Sciences
Author: Laurin Zubler [email protected]
Advisor: Dr. Thomas Bocek [email protected]
This project is using Hardhat for smart contract development.
node.js: 20.13.1
npm installnpx hardhat compilenpx hardhat nodenpx hardhat testnpx hardhat vars set INFURA_API_KEY
npx hardhat vars set OPTIMISM_SEPOLIA_PRIVATE_KEY
npx hardhat vars set ETHERSCAN_OPTIMISM_KEYMore information: https://hardhat.org/hardhat-runner/docs/guides/configuration-variables
npx hardhat ignition deploy ./ignition/modules/Upsi.js --network hardhat
npx hardhat ignition deploy ./ignition/modules/Upsi.js --network optimismSepolianpx hardhat verify --network optimismSepolia <CONTRACT_ADDRESS>