Seamless development flow in local pushing commits to repo AND to IPFS at the same time

CodeWebToken 4ed0bce764 Add files via upload 1 yıl önce
IPFS_hash.jpeg 4ed0bce764 Add files via upload 1 yıl önce
README.md 21445b71bf Update README.md 1 yıl önce
magic.sh b1696b935d Create magic.sh 1 yıl önce

README.md

4RealOSS

BlockchainRealOSS

Initial Real Blockchain Open Source Software - git push your projects into IPFS, the blockchain - Your footprint to the worlds.

Prerequisites

  • Have git installed
  • Have ipfs installed

Instructions:

  • clone project (or just add magic.sh to your local repo)
  • copy magic.sh into your local project/repository (your project needs to have git intialized already)
  • run magic.sh from your terminal/CMD/Powershell (make sure file has execute permissions i.e "chmod +x magic.sh")
    • Unix/Linux systems: ./magic.sh
    • Windows systems: bash magic.sh
  • proceed to use git normally as always, project will be pushed to ipfs eveytime you push to your remote repo. IPFS_hash

Coming up..

  • command to trigger blockchain transaction to reference CID (Metamask)
  • UI similar to GitHub/GitLab/Gogs that will feature commit-to-blockchain buttons (Metamask)
  • Install globally on git to be applied to all/any repo.