Coder Social home page Coder Social logo

sakyalin / itdks-blockchain-dev Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9.11 MB

“Blockchain Technology Development Open Course” (3rd) - Tsinghua University iCenter

Home Page: http://www.itdks.com/eventlist/detail/1428

CMake 0.10% C 98.35% PHP 1.43% Shell 0.13%

itdks-blockchain-dev's Introduction

learning-blockchain-dev

“Blockchain Technology Development Open Course” (3rd) - Tsinghua University iCenter

Development Environment

Recommend IDEs of CLion and PhpStorm

RUN

Run C Program

  1. Install CMake
  2. Modify CMakeLists.txt to fit the program you want to run. Mainly in add_executable("....").
  3. In Bash, 'cd' into the project,
cmake .
  1. 'cd' into the cmake build dir, just run the binary file with the project name.

Run PHP Program

  1. Install PHP
  2. In Bash, 'cd' into the project,
php program_you_want_to_run.php

Doc

doc/lecture_notes.pdf: notes of the lectures. doc/crypt.pdf: how to use libtomcrypt

NOTES

Please reading code with the companion guide of doc/lecture_notes.pdf.

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.