All Projects → Primechain → Yobichain

Primechain / Yobichain

Licence: apache-2.0
YobiChain is your very own private blockchain ecosystem preloaded with database, web & FTP servers and D.A.V.E. (Data Authentication & Verification Engine) and S.A.M. (Smart Asset Management).

Projects that are alternatives of or similar to Yobichain

Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-5.49%)
Mutual labels:  blockchain
Vvisp
A Smart Way to Operate Smart Contracts on EVM Based Blockchains like Ethereum
Stars: ✭ 89 (-2.2%)
Mutual labels:  blockchain
Cosmosjs
⭐️ CosmosJS - Cosmos JavaScript Library
Stars: ✭ 91 (+0%)
Mutual labels:  blockchain
Blockchaintechnology
Blockchain Frontier Technology Tracking
Stars: ✭ 88 (-3.3%)
Mutual labels:  blockchain
Polymesh
Node for Polymesh Blockchain
Stars: ✭ 88 (-3.3%)
Mutual labels:  blockchain
Hypepool
🚀 ⚡️ ✨ next-gen mining pool server software
Stars: ✭ 89 (-2.2%)
Mutual labels:  blockchain
Blockchain Kotlin
这是kotlin版的简化示例区块链demo;另外还有java版的;这个小demo能让你了解区块链中增加/效验Hash,增加工作量证明,增加/效验preHash,转账,利用webSocket技术实现节点之间的通信/同步/广播.
Stars: ✭ 85 (-6.59%)
Mutual labels:  blockchain
Bounties
RChain Bounty Program
Stars: ✭ 90 (-1.1%)
Mutual labels:  blockchain
Tokenscript
TokenScript schema, specs and paper
Stars: ✭ 89 (-2.2%)
Mutual labels:  blockchain
Fabric Chaintool
Stars: ✭ 89 (-2.2%)
Mutual labels:  blockchain
Ubuntu1604 Cis
Ubuntu CIS Hardening Ansible Role
Stars: ✭ 88 (-3.3%)
Mutual labels:  hardening
Bitnfc
Bitcoin NFC Android Mobile Wallet - JS + Ionic + Cordova + Bitcore + Blockchain.info API + Cordova NFC plugin
Stars: ✭ 88 (-3.3%)
Mutual labels:  blockchain
Ethereum Php
Ethereum Client in PHP
Stars: ✭ 89 (-2.2%)
Mutual labels:  blockchain
Awesome Windows Domain Hardening
A curated list of awesome Security Hardening techniques for Windows.
Stars: ✭ 1,285 (+1312.09%)
Mutual labels:  hardening
Blockchainbean2
This code pattern shows how to model a supply-chain network using the IBM Blockchain Platform and is based on a collaboration with Brooklyn Roasting Company. The story, along with the supply-chain documents that were used to model this network, can be found at: https://www.ibm.com/blockchainbean. Note that the 'view the blockchain' button is being migrated''
Stars: ✭ 90 (-1.1%)
Mutual labels:  blockchain
Purple
Official Rust implementation of the Purple Protocol
Stars: ✭ 85 (-6.59%)
Mutual labels:  blockchain
Dotcoin
A simple and integrity blockchain implementation in Golang
Stars: ✭ 89 (-2.2%)
Mutual labels:  blockchain
Hyperchain
Official Go implementation of the hyperchain protocol
Stars: ✭ 90 (-1.1%)
Mutual labels:  blockchain
Coinpare
Compare cryptocurrency trading data across multiple exchanges and blockchains in the comfort of your terminal
Stars: ✭ 89 (-2.2%)
Mutual labels:  blockchain
Node Webdollar
WebDollar Protocol - Currency of the Internet
Stars: ✭ 89 (-2.2%)
Mutual labels:  blockchain

Yobichain: Build your own blockchain in minutes

WARNING: Yobichain is intended for experimenting and learning, NOT for a production environment.

Image of Yobi

YobiChain is your very own private blockchain ecosystem preloaded with a database server, web server, FTP server, D.A.V.E. (Data Authentication & Verification) and S.A.M. (Smart Asset Management). Yobichain runs on the Multichain blockchain framework.

YobiChain is ideal for

  • Startups looking to quickly build a blockchain powered prototype, PoC or MVP.
  • Serious researchers / enthusiasts looking to experiment with a live blockchain.
  • In-house teams experimenting with blockchain technology.

Yobichain demo

  1. Register as a new user here: http://yobichain.centralindia.cloudapp.azure.com/yobichain-web/create_user.php
  2. You will receive an activation link by email.
  3. Once you activate your account, your credentials will be emailed to you.
  4. Once you receive your credentials, login from here: http://yobichain.centralindia.cloudapp.azure.com/yobichain-web/login.php
  5. The blockchain explorer is here: http://yobichain.centralindia.cloudapp.azure.com:2750/
  6. You can access hashchain from here: http://yobichain.centralindia.cloudapp.azure.com/hashchain/upload.php

Installation

To set up Yobichain, you will need 1 server (min 2 GB RAM, 2 CPUs) running Ubuntu 16.04.2 x64. This section presumes that you have root access to the server mentioned above and want to install Yobichain for all users on the system.

Step 1. Install git and clone the yobichain repository

sudo git clone https://github.com/Primechain/yobichain

Step 2. Navigate to the relevant directory.

cd yobichain/setup

Step 3. Modify the values of the sendinblue_api_key and sendgrid_api_key parameters. Send-in-blue is used for transactional SMS (optional) and sendgrid is used for transactional emails.

sudo nano yobichain.conf

Step 4. Harden the operating system, install and configure multichain, phpmyadmin and the FTP server.

sudo bash -e master.sh

Step 5. Press ENTER when the following prompt appears:

"Press [ENTER] to continue or ctrl-c to cancel adding it"

Step 6. Once the setup completes, the credentials for FTP, database & Multichain API are displayed on the screen. Copy and save this on your machine. The output is also stored in yobichain.out under the home directory of the user.

Step 7. Once the setup completes, the Yobichain Web interface can be accessed through the following URL:

http://<ip_address>/yobichain-web

Step 8. Click on "Create new user" and register a user.

Step 9. You'll receive an activation link on the registered email ID. Click on it to receive login credentials via email.

To access the Yobichain web application, visit 'http://<IP Address>yobichain-web'

To access Multichain Exporer, visit 'http://<IP Address>:2750'

To access PHPMyAdmin, visit 'http://<IP Address>/mysql_dashboard'

To access hashchain visit 'http://<IP Address>/hashchain'

Contributors

Yobichain is maintained by Sripathi Srinivasan, Blockchain Engineer, Primechain Technologies Pvt. Ltd..

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].