Skip to content

niksauer/serverless-software-license

Repository files navigation

Serverless Software License

GitHub license npm version

Read the seminar paper covering the motivation and design rationale for this project.

Prerequisites

  • Docker
  • Truffle (npm install -g truffle)
  • Yarn (npm install -g yarn)

Develop Client Library

  1. yarn install --frozen-lockfile
  2. yarn watch

Develop Smart-Contracts

  1. cd ethereum
  2. docker-compose up
  3. truffle build
  4. truffle migrate