Git Product home page Git Product logo

etherfish's Introduction

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.

etherfish's People

Contributors

root-admin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.