Skip to content

Meeshbhoombah/beth

Repository files navigation

Add friends, bet ETH, get tasks done. Introducing:

(Worldmark)

Rules

  1. Use [ B ( E T ] H ) to create a house and invite your friends.
  2. Create daily, weekly, or monthly tasks by voting in ideas and collaboratively editing them to suit your home.
  3. Pool funds for each set of tasks with ETH, get assigned tasks inversely proportional to the total ETH your put in.
  4. For each time period, do your assigned tasks and earn ETH for completion.
  5. When you complete your tasks, you are then given access to take ETH from roommates by completing their tasks.

Table of Contents

Getting Started

Prerequisites

Clone this repository and navigate to its root, then do the following (based on your operating system):

Windows

Chocolatey

First, download Chocolatey. Follow the instructions here.

Node.js

Then, install the Node.js package.

cinst nodejs.install

npm

Afterward, confirm that npm was installed.

npm --version

Your output should look something like:

7.5.0

IPFS

Use Chocolatey to install IPFS.

cinst ipfs

Now we need to intalize "the repository," a directory in which IPFS stores all its settings. Do this in your home directory.

ipfs init

Mac OS

Homebrew

First, download Homebrew via the Terminal.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Then, check your system to ensure that Homebrew has installed without problems.

brew doctor

If not, be sure to follow the fixes that brew doctor suggests.

After that, run a fetch for the latest version of Homebrew (just in case).

brew update

Node.js

With Homebrew we can install Node.js. First, install the formula.

brew install node

Then, run a fetch for the latest version of Node.js (just in case).

brew update node

npm

Confirm that npm was installed.

npm --version

Your output should look something like:

7.5.0 

IPFS

Use Homebrew to install IPFS.

brew install ipfs

Now we need to intalize "the repository," a directory in which IPFS stores all its settings. Do this in your home directory.

ipfs init

Installing

npm install

Deployment

Built With

Authors

License

Acknowledgements

(Worldmark)

About

Add friends, bet ETH, get tasks done.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published