Skip to content

Alimentador de peces mediante pagos en la blockchain de Ethereum

Notifications You must be signed in to change notification settings

Colm3na/EtherFish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EtherFish

Alimentador de peces mediante pagos en la blockchain de Ethereum.

⚠️ Work in Progress ⚠️

Hardware:

  • Raspberry Pi

Software:

  • Nodejs

Blockchain:

  • Ethereum

Concept

[ES] El usuario mira online una pecera y puede alimentar al pez de forma remota y pagar con Ether.

[EN] User watches a fish tank online and can feed the fish remotely and pay with Ether.

Fish Computer

$ git clone https://github.com/Colm3na/EtherFish.git
$ cd EtherFish
$ npm i web3
$ mkdir secret
$ echo "wss://rinkeby.infura.io/ws/v3/YOUR-API-KEY" > secret/infuraWS.txt
$ cd src
$ node main.js

Client Side

Any browser with Metamask enabled and account unlocked.

Contract

Website

TODO List

  • Use IPC as Provider
const net = require('net');
const web3 = new Web3(new Web3.providers.IpcProvider('/users/myuser/.ethereum/geth.ipc', net, {}));
  • Use a Stepper Motor
  • Create a YouTube channel for live streaming.

About

Alimentador de peces mediante pagos en la blockchain de Ethereum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published