Giter Site home page Giter Site logo

cryptobuks / dlt4pi-fin4 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from futurict2/fin4xplorer

0.0 1.0 0.0 6.47 MB

Team Action Magic for Finance 4.0 in the SoSe2019 TUM course "Advanced Practical Course - Blockchain technology" for public sector innovation at fortiss with Marcus Dapp (FuturICT 2.0) from ETH Zürich as partner. The use case is "KISS Genossenschaft Zug".

Shell 1.12% JavaScript 94.86% HTML 3.17% CSS 0.85%

dlt4pi-fin4's Introduction

DLT4PI-FIN4

Team Action Magic for Finance 4.0 in the SoSe2019 TUM course Advanced Practical Course - Blockchain technology for public sector innovation at fortiss with Marcus Dapp (FuturICT 2.0) from ETH Zürich as partner.

Team: @simonzachau | @benjaminaaron | @sangeetajoseph8 | @ShreshthaKriti | @leonKObi

YouTube Image Film:


Setup

Install yarn and truffle

If you don't have them yet.

# yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn

# truffle
sudo apt install npm
sudo npm install -g truffle

# this only if you get permission-errors regarding truffle
~/.config$ sudo chmod -R 777 truffle/

For testnet-deployment

Add and fill this file: src/config/ethereum-keys.json

{
    "MNEMONIC": "",
    "INFURA_API_KEY": ""
}

Install dependencies

yarn install

Compile and migrate the smart contracts

  1. truffle compile
  2. ganache-cli --port=7545 --allowUnlimitedContractSize
  3. truffle migrate to place the smart contract on the local blockchain
  4. install the Metamask browser extension, paste MNEMONIC from Ganache into the seed input and http://127.0.0.1:7545 into custom RPC input

Start the react app

yarn start

dlt4pi-fin4's People

Contributors

benjaminaaron avatar simonzachau avatar kriti08 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.