Skip to content
View Gift-Stack's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report Gift-Stack

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
gift-stack/README.md

Hi there ๐Ÿ‘‹๐Ÿพ

I am a Frontend Engineer && a Blockchain Developer :)

React, Node/Express, React Native, Web3js, Solidity

ย ย  ย ย  ย ย 

  • ๐Ÿ”ญ Iโ€™m currently working on ... Full DApp with Dex, Dao, GameFi features and an NFT marketplace
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on any Firebase-like Blockchain project

Pinned Loading

  1. gillsdk/gill gillsdk/gill Public

    Solana JavaScript/TypeScript SDK - client library for interacting with the Solana blockchain

    TypeScript 416 105

  2. EntrypointLabs/Pontoon EntrypointLabs/Pontoon Public

    Pontoon is a local-first desktop tool for @ton/sandbox. Deploy contracts, send messages, and watch the whole async transaction tree: phase-level fees, TVM traces, and state changes, without leavingโ€ฆ

    TypeScript 1

  3. react-to-pdf react-to-pdf Public

    Forked from ivmarcos/react-to-pdf

    Generate pdf from react components

    JavaScript 2

  4. ALTER_CONSOLE_LOG ALTER_CONSOLE_LOG Public

    Alter console.log() to respond with prepended argument type using vanilla JS

    JavaScript

  5. getUniqueSortedNumbers.js getUniqueSortedNumbers.js
    1
    function getUniqueSortedNumbers(tree) {
    2
      let uniqueSortedNumbers = []
    3
    
                  
    4
      ;(function sortTree(tree) {
    5
        const ObjArr = Object.values(tree)
  6. CustomEmitter.js CustomEmitter.js
    1
    class Emitter {
    2
      events = new Map() 
    3
      onceEvents = new Map()
    4
      
    5
      on(_event, fn) {