/github-poo

Simple back end API to provide Proof of Ownership of a Github repository

Primary LanguageJavaScriptMIT LicenseMIT

github-poo

Simple back end API to provide Proof of Ownership of a Github repository

Run Express API

npm start

Run tests against Express API

Run express API first

npm test

Decentralized version

A draft decentralized version of Github Proof of Ownership has been created. It can be found in: /contracts/ProofOfGithub.sol.

This contract works in concept but has not been tested