Skip to content

EthGlobal HackMoney 2021 - A 3 weeks long hackathon focuses on DeFi and team up with other four attendees to build a decentralised Medium alternative utilising protocols, e.g. The Graph, Superfluid and Rarible Protocol

License

Notifications You must be signed in to change notification settings

iggyiccy/DecentralizedMedium

 
 

Repository files navigation

EthGlobal HackMoney Hackathon - Decentralized Medium

About

EthGlobal HackMoney 2021 - A 3 weeks long hackathon focuses on DeFi and team up with other four attendees to build a decentralised Medium alternative utilising protocols, e.g. The Graph, Superfluid and Rarible Protocol

Quick start

The first things you need to do are cloning this repository and installing its dependencies:

git clone https://github.com/nomiclabs/hardhat-hackathon-boilerplate.git
cd hardhat-hackathon-boilerplate
npm install

Once installed, let's run Hardhat's testing network:

npx hardhat node

Then, on a new terminal, go to the repository's root folder and run this to deploy your contract:

npx hardhat run scripts/deploy.js --network localhost

Finally, we can run the frontend with:

cd frontend
npm install
npm start

Note: There's an issue in ganache-core that can make the npm install step fail.

If you see npm ERR! code ENOLOCAL, try running npm ci instead of npm install.

Open http://localhost:3000/ to see your Dapp. You will need to have Metamask installed and listening to localhost 8545.

About

EthGlobal HackMoney 2021 - A 3 weeks long hackathon focuses on DeFi and team up with other four attendees to build a decentralised Medium alternative utilising protocols, e.g. The Graph, Superfluid and Rarible Protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.4%
  • Solidity 3.5%
  • HTML 3.1%