Skip to content

Decentralized Platform for Open Source developers to find projects to work on and get rewarded for their work. Developers can post their project's issues, get them solved by other developers, and pay them in crypto.

amankr1469/Open-Source-Orbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open-Source Orbit


How to Run

  1.      Clone the repository
    
  2.      Change directory to client
    

    $ cd smart_contract

  3.      Install dependencies
    

    $ npm install

  4.  Install Metamask and Signin to alchemy.
    
  5.  Create new App under Sepolia network.
    
  6.  Copy its key and paste it in hardhat.config.js file under url.
    
  7.  Get your metamask account private key and paste it in hardhat.config.js file under account.
    
  8.  Deploy the contract
    

    $ npx hardhat run scripts/deploy.js --network Sepolia

  9.  Copy the contract address and paste it in client/utils under constants.js file.
    
  10. Copy account key generated by deploying contract and paste it in client/utils under constants.js file.
    
  11. under smart_contact/artifacts/contracts copy data of Github.json file and paste it under client/utils into Github.json file.
    
  12. Change directory to client
    

    $ cd client

  13. Install dependencies
    

    $ npm install

  14. Run the client
    

    $ npm run dev

About

Decentralized Platform for Open Source developers to find projects to work on and get rewarded for their work. Developers can post their project's issues, get them solved by other developers, and pay them in crypto.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published