chains-project / scsc

smart contract supply chain
https://chains.proj.kth.se/scsc
2 stars 0 forks source link

SCSC definition #5

Closed Stamp9 closed 3 months ago

Stamp9 commented 3 months ago

Supply chain for smart contract:

  1. Onchain(name to be discussed) supply chain - smart contracts depended on each other(through calls from different smart contract addresses, so we can extract it from Traces)
  2. Smart contract libraries, for example, the OpenZepplin SafeMath, called in the same contract address. Maybe a static analysis of the code.
  3. Offchain(name to be discussed) supply chain - e.g. wallet, oracle(?), timestamp
Stamp9 commented 3 months ago

We focus on the first one.