Skip to content
View v-stickykeys's full-sized avatar
💫
💫

Sponsoring

@technobaboo

Organizations

@xGodMode
Block or Report

Block or report v-stickykeys

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

  1. circleci-config-validator circleci-config-validator Public

    Validates your CircleCi config in VSCode

    TypeScript 2 3

  2. Solidity pragma version regex Solidity pragma version regex
    1
    export async function getSolcVersion(filePath: string): Promise<string> {
    2
        const rl = readline.createInterface({
    3
            input: fs.createReadStream(filePath),
    4
            crlfDelay: Infinity
    5
        });
  3. xGodMode/godmode-sample-project xGodMode/godmode-sample-project Public

    A sample project to demonstrate how godmode ganache and library works

    JavaScript 3 1

  4. xGodMode/contract-library xGodMode/contract-library Public

    Smart contracts and solc Solidity compiler for XGM godmode

    Solidity 1