Add friends, bet ETH, get tasks done. Introducing:
- Use [ B ( E T ] H ) to create a house and invite your friends.
- Create daily, weekly, or monthly tasks by voting in ideas and collaboratively editing them to suit your home.
- Pool funds for each set of tasks with ETH, get assigned tasks inversely proportional to the total ETH your put in.
- For each time period, do your assigned tasks and earn ETH for completion.
- When you complete your tasks, you are then given access to take ETH from roommates by completing their tasks.
- Chocolatey (Windows) or Homebrew (Mac OS)
- Node.js
- npm
- IPFS
Clone this repository and navigate to its root, then do the following (based on your operating system):
First, download Chocolatey. Follow the instructions here.
Then, install the Node.js package.
cinst nodejs.install
Afterward, confirm that npm
was installed.
npm --version
Your output should look something like:
7.5.0
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
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
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
Confirm that npm
was installed.
npm --version
Your output should look something like:
7.5.0
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
npm install