Skip to content
View llPorZall's full-sized avatar

Highlights

  • Pro

Block or report llPorZall

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

Pinned Loading

  1. Mina node setup Mina node setup
    1
    `Mina Node Setup (Ubuntu Server Version)`
    2
    ***
    3
    
                  
    4
    **SETUP New VM instance with 300$ free credit**
    5
    1. Sign in your Gmail account
  2. Covalent API Covalent API
    1
    import { get } from './axios'
    2
    
                  
    3
    
                  
    4
    export const getAssertByWallet = async (wallet: any) => {
    5
        let asserts = await getTokenBalanceByAddress(wallet.address, wallet.network === 'erc' ? 1 : 56)
  3. moonbeam-node-script moonbeam-node-script Public

    Forked from npty/blockchain-node-scripts

    Shell