- π Iβm currently working on MeroBhav, Dukan, Blood Project π₯
- π± Iβm currently learning Eth.build, Core DSA, Session Replay Analytics, and Core Blockchain and it's protocol development. πΉ
- π― Iβm looking to collaborate on Blockchain Projects specially Solidity(Intermediate) and Rust projects(Beginner). π
- π¬ Ask me about JS, Node.js, React.js, Solidity, C
- π« How to reach me: [email protected]
- π Pronouns: he/him/his
- β‘ Fun fact: I code when I'm bored. π
Pinned Loading
-
Initialize the instance of AWS - Ubu...
Initialize the instance of AWS - Ubuntu for Hyper Ledger Fabric 1#!/bin/sh
2# make sure the .pem or .cer is in the respsective directory
3cd "Documents/Hash Technologies/Hyper Ledger Fabric" && ssh -i "HyperLedgerFabric.cer" [email protected]
-
-
Auth0-React-Basic
Auth0-React-Basic PublicTraditional Authentication has always been pain in the ass, and here is the Auth0 basic authentication with React done painlessly. π
JavaScript 2
-
BlockchainWithFrontend.js
BlockchainWithFrontend.js 1// Here's how we would access our contract:
2var abi = /* abi generated by the compiler */
3var ZombieFactoryContract = web3.eth.contract(abi)
4var contractAddress = /* our contract address on Ethereum after deploying */
5var ZombieFactory = ZombieFactoryContract.at(contractAddress)
-
13x54n/crypto-port.finance
13x54n/crypto-port.finance PublicPlatform where user can list their favorite crypto currencies or token and can analyze price manipulations. πͺ
JavaScript 5
-
GuessNumber.rs
GuessNumber.rs 1// @dev cargo doc --open will build a documentation of dependencies and their methods
2// @dev alike C,C++ input and output is from standard io library
3// @dev std has many features but this time we imported for input feature
4use std::io;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.