Giter VIP home page Giter VIP logo

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
FurkanEdizkan
Furkan Edizkan

🌸 Latest Tweets

Expand


Now Playing Now Playing

Expand


βš™οΈ Misc

Jokes Card



Vedant Chainani's Projects

ao icon ao

The ao component and tools Monorepo - 🐰 πŸ•³οΈ πŸ‘ˆ

ao-cookbook icon ao-cookbook

Get cooking with ao - the decentralized computer with infinite threads 🐰 πŸ•³οΈ πŸ‘ˆ

aos icon aos

Welcome to the "ao" Permaweb Computer Grid - 🐰 πŸ•³οΈ πŸ‘ˆ

aos-playground icon aos-playground

Web Interface for "ao" Permaweb Computer Grid 🐰 πŸ•³οΈ πŸ‘ˆ

arkway icon arkway

A decentralized and distributed file storage solution. Store, Encrypt, and Access Your Documents Anytime, Anywhere.

arweave-lit-example icon arweave-lit-example

A simple app that uploads encrypted image files to Arweave using Irys and Lit Protocol

aura icon aura

A secure and interoperable chat app built using XMTP

awesome-web3 icon awesome-web3

compiled list of more than 350 resources to delve into the endless realm of blockchain technology and web3.

axioms icon axioms

Axioms provides organizations a one-stop shop for certificate issuance and verification.

boilr3 icon boilr3

An all-in-one Next.js-based dApp boilerplate featuring RainbowKit wallet authentication, Tailwind CSS styling, and wagmi Hooks.

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.