Giter Club home page Giter Club logo

ccbond / fabric Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyperledger/fabric

0.0 0.0 0.0 128.01 MB

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.

Home Page: https://wiki.hyperledger.org/display/fabric

License: Apache License 2.0

Shell 0.57% Go 99.27% Makefile 0.13% Dockerfile 0.03%

fabric's Introduction

struct Attributes;

impl Attributes {
    fn contact() -> (String, String, String) {
        let discord = String::from("Bond#8149");
        let email = String::from("[email protected]")

        (discord, email)
    }

    fn life() -> (Vec<String>, u32) {
        let langs = vec![
            String::from("Chinese"),
            String::from("English"),
        ];
        let age = 24;

        (langs, age)
    }

    fn coding() -> (Vec<(String, Vec<String>)>, Vec<String>, Vec<String>) {
        let mut langs = Vec::new();
        langs.push((String::from("expert"), vec![String::from("rust"), String::from("go"), String::from("move")]));
        langs.push((String::from("intermediate"), vec![String::from("typescript"), String::from("python")]));
        langs.push((
            String::from("learning"),
            vec![
                String::from("solidity"),
                String::from("c++"),
                String::from("c"),
            ],
        ));

        let specialities = vec![
            String::from("smart contract engineering"),
            String::from("fullstack engineering"),
        ];
        let environnement = vec![String::from("vscode")];

        (langs, specialities, environnement)
    }
}

fabric's People

Contributors

adecaro avatar ale-linux avatar andrew-coleman avatar binhn avatar c0rwin avatar caod123 avatar cendhu avatar christo4ferris avatar denyeart avatar dereckluo avatar gaborh-da avatar ghaskins avatar guoger avatar hacera-jonathan avatar jonathanlevi avatar kchristidis avatar lhaskins avatar lindluni avatar manish-sethi avatar mastersingh24 avatar muralisrini avatar pamandrejko avatar rameshthoomu avatar stephyee avatar sykesm avatar tock-ibm avatar wenjianqiao avatar wlahti avatar yacovm avatar yeasy 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.