Giter VIP home page Giter VIP logo

credit-letter's Introduction

FISCO-BCOS 2020新课件之初级练习

需求

  • 模拟一个简单的供应链金融场景
  • 共有三个组织:
    • 一家银行 BankOne
    • 一家汽车制造商1st Auto
    • 一家轮胎制造商Enduring Tire
  • 1st Auto可以向BankOne申请信用证
  • 1st Auto拿到信用证后,可以用来支付给Enduring Tire货款,信用证可以拆分
  • Enduring Tire拿到信用证后可以向BankOne兑付现金

功能点

  • 智能合约,功能有:
    • 存放信用证
    • 信用证申请
    • 信用证批准
    • 信用证兑付
    • 查询信用证(申请,流转,兑付,拒付等信息,包含操作人,时间等信息
  • 两家银行相互能够查看对方开出的信用证信息,但是不能查看对方开具的信用证的中间流转信息

代码示例

  • 智能合约代码位于 /contracts 目录下,采用工厂模式。
  • Java IDE代码位于 /java 目录下,采用Gradle工程。
  • 4, 5, 6的练习步骤写入项目根目录下。

credit-letter's People

Contributors

chaoxinhu avatar

Watchers

James Cloos 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.