Skip to content

cevatbostancioglu/decentreward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralized Rewards Project


Decentralized Rewards Project Github Repository

This document will explain technical aspect of project.

A project aiming to solve Web3 asset giveaways on Web2 platform using smart contracts, chainlink oracle service, chainlink VRF service and IPFS web3.storage service.

Chainlink Spring 2022 Hackathon devpost Link

SW Architecture

All connections:

  graph TD;
      ChainlinkNode-->Operator.sol;
      Operator.sol-->ChainlinkNode;
      Operator.sol-->DecentRewardsContract;
      DecentRewardsContract-->Operator.sol
      DecentRewardsContract-->ChainlinkVRFv2;
      DecentRewardsContract-->IPFSWeb3.Storage;
      IPFSWeb3.Storage-->ComputationProof;
      ChainlinkVRFv2-->DecentRewardsContract
      DecentRewardsBackend-->ChainlinkNode;
      DecentRewardsBackend-->IPFSWeb3.Storage;
      DecentRewardsBackend-->Frontend;
      DecentRewardsBackend-->EthereumNodeRPC;
      DecentRewardsBackend-->DecentRewardBot;
      DecentRewardBot-->TwitterAPI.v1v2;
      TwitterAPI.v1v2-->DecentRewardBot;
      TwitterAPI.v1v2-->Tweet-DM-Status
      Frontend-->Metamask;
      Frontend-->DecentRewardsBackend;
      Metamask-->Frontend;
      Metamask-->USER
      Metamask-->Organizer
      Organizer-->Tweet-DM-Status
      Organizer-->Metamask
      EthereumNodeRPC-->DecentRewardsBackend;
      USER-->Metamask
      USER-->Tweet-DM-Status
Loading

README developers

README Chainlink Hackathon Spring 2022 - devpost - informative

README Data Flow across dapp/applications/servers/api endpoints

README Project Economy

README Future prospects

Short Video Presentation - 6 min

https://www.youtube.com/watch?v=rFgiTfpJxqg

Video Presentation - 12 min

https://www.youtube.com/watch?v=ckKPVWUjE6Q

About

Decentralize twitter rewards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published