lrnzlo / tip-tweet-refactor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor from Tip-Twitter from @diasjunior

SETUP

  1. Install dependencies with your preferred package manager

    yarn add 
    

    or

    npm i
    
  2. Follow instruction in src/config.yml then rename the file as .config.yml

  3. You also need to signup for a Supabase Account and then create a DB. You could find the schema inside config.yml

  4. You also need an account to use the essential TwitterAPI to be capable of retrieve tweet information.

  5. Run

    npx hardhat compile
    

TEST

  1. To run test you need to spin up an hardhat node via

    yarn run:node
    
  2. then

    yarn test
    

Contributing

For any question feel free to contact me on discord @tTyago#9178

If you like this project, take a look at the original version, check the issue and start contributing, and like diasjuniorr say: "Have FUN while learning something new!"

About


Languages

Language:Solidity 49.3%Language:TypeScript 47.3%Language:JavaScript 3.3%