Giter Site home page Giter Site logo

envoy-vc / 30-days-of-solidity Goto Github PK

View Code? Open in Web Editor NEW
74.0 5.0 26.0 6.91 MB

30 Days of Solidity step-by-step guide to learn Smart Contract Development.

License: MIT License

Solidity 100.00%
solidity 30-days-of-code 30dayscodechallenge course dapps-development ethereum smart-contract

30-days-of-solidity's Introduction

Visitor Count

Cover

Vedant Chainani's Dev Card

Currently Learning Solidity

Connect with me

@Envoy_1084 envoy_ Envoy_#1852

About Me...

  • 🔗 I’m currently learning Blockchain
  • 👐 I’m looking to contribute to open source
  • 🥅 2022 Goals: Learn more about Blockchains and Solidity
  • ⚡ Fun fact: I love to play games

line

A little more about me...

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;

contract Profile {
    string public name = "Vedant Chainani";
    string public pronouns = "He | Him";
    string public currentFocus = "Web3 / dApps";

    string[] internal skills;

    function getSkills() public returns (string[] memory) {
        skills = [
            string("Javascript"),
            "Python",
            "Solidity",
            "Hardhat",
            "ethers"
        ];

        return skills;
    }

    function fun() public view returns (string memory) {
        return
            "Two bytes meet.  The first byte asks, 'Are you ill?' The second byte replies, 'No, just feeling a bit off.'";
    }
}


🤹 My Skill Set


JavaScript Python Git PowerShell Solidity Hardhat ethers.js


📊 Github Stats

Expand


📊 Development Breakdown

Expand

📕 Blog Posts

Expand

✨ My Followers

Expand
shakiliitju
Md. Shakil Hossain
TenviLi
Tenvi
hyc0812
Yongchang He
Amarjit-ph
Amarjit Pheiroijam
petermartens98
Peter Martens
felpfsf
Felipe F.
Bornunique911
Bornunique911
christiancalara
christiancalara
pampzrd
Pamela Rod
Zorono
John Magdy Lotfy Kamel
ankushKun
Ankush Singh
Isallkun
Faishal AR
peng1027
peng1027
kenkirito
lakshya

🌸 Latest Tweets

Expand


Now Playing Now Playing

Expand


⚙️ Misc

Jokes Card



30-days-of-solidity's People

Contributors

arefathi avatar envoy-vc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

30-days-of-solidity's Issues

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.