Coder Social home page Coder Social logo

getbanano's Introduction

Welcome to GetBanano ๐Ÿ‘‹

GetBanano is a fully featured faucet creator, that allows everyone to create a Banano faucet without any coding experience

Folders

GetBanano consists of two folders:

  • Root -> serves the faucets (pointed to *.getbanano.cc)
  • Manager -> Tool to create/manage faucets (pointed to getbanano.cc)

Libraries used

GetBanano uses MongoDB as its database, bcrypt is used for hashing the faucet secret, and AES256-GCM is used for encrypting the seeds and proxy check keys.

Setting up

Note for people interested in creating a faucet. You do not need to run your own instance of the whole product, head over to getbanano.cc and create your faucet hassle-free today!

  1. Install libraries

    Make sure Node.js and NPM is installed on your machine

     $ cd manager && cd client && npm i & cd ../server && npm i && cd ../../root && cd client && npm i & cd ../server && npm i
    
  2. Configure

  • Copy the .env.example in both root and manager's server directories to an .env file, and fill it out according to the comments there.

  • Fill out the config.json in both root and manager's client directories as explained below.

    • managerApi => URL to the manager server.
    • faucetsHubDomain => The domain on which faucets subdomains are generated on. eg. kaffinpx.mom
    • rootApi => URL to your root server, any faucet subdomain can be used. eg. https://api.yourdomain.gg
  • Go to the main directory of Getbanano and run npm run buildFrontends.

  • After that, make your way to both root and manager's server directories, and run the index.js files there, I recommend using pm2 to make it easier to manage the running files.

getbanano's People

Contributors

imalfect avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

0xgoerlimainnet

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.