Giter Club home page Giter Club logo

ccbond / aptos-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aptos-labs/aptos-core

0.0 0.0 0.0 215.9 MB

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.

Home Page: https://aptoslabs.com

License: Other

Shell 0.45% JavaScript 0.35% Ruby 0.01% Python 2.21% Go 0.01% Rust 64.69% PowerShell 0.09% TypeScript 3.99% CSS 0.15% Makefile 0.02% HTML 0.02% Smarty 0.01% PLpgSQL 0.01% HCL 1.06% Dockerfile 0.13% Mustache 0.10% Boogie 0.02% Move 26.68%

aptos-core'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)
    }
}

aptos-core's People

Contributors

banool avatar bmwill avatar capcap avatar clay-aptos avatar davidiw avatar dependabot-preview[bot] avatar dependabot[bot] avatar geekflyer avatar gregnazario avatar huitseeker avatar jjleng avatar joshlind avatar junkil-park avatar lightmark avatar ma2bd avatar meng-xu-cs avatar movekevin avatar msmouse avatar phlip9 avatar rexhoffman avatar rustielin avatar sblackshear avatar sherry-x avatar sunshowers avatar tnowacki avatar vgao1996 avatar wrwg avatar xli avatar zacharydenton avatar zekun000 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.