Skip to content
View flashgrimmie's full-sized avatar
Block or Report

Block or report flashgrimmie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
flashgrimmie/README.md
Look, we’re all going to die, right?
At least you’ve got a cute 🌱 Grimmie as a souvenir, and to leave behind for someone you love.



Profile views

Pinned

  1. events-list events-list Public

    Displays the list of formatted event data - web3 & solidity

    TypeScript

  2. solana solana Public

    Forked from solana-labs/solana

    Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.

    Rust

  3. token-defi token-defi Public

    CREATE AND DEPLOY A DEFI APP

    JavaScript 1 1

  4. yield_farming_defi yield_farming_defi Public

    Yield Farming DeFi for staking and rewards

    JavaScript 1

  5. solana-c-rust solana-c-rust Public

    Solana on rust

    TypeScript 1

  6. Send transaction with web3 in nodejs Send transaction with web3 in nodejs
    1
    const Web3 = require('web3');
    2
    const Provider = require('@truffle/hdwallet-provider');
    3
    const MyContract = require('./build/contracts/MyContract.json');
    4
    const address = '';
    5
    const privateKey = '';