GithubHelp home page GithubHelp logo

burstro / blockexplorer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bkrith/blockexplorer

0.0 2.0 0.0 5.39 MB

Block Explorer for Burstcoin Network

License: MIT License

PHP 73.83% Smarty 16.92% CSS 2.20% HTML 5.61% JavaScript 1.44%

blockexplorer's Introduction

Block Explorer

Block explorer for burstcoin network based on wallet api

Getting Started

Clone the github repository and use for apache server the htaccess.default settings and for nginx server the nginx.default settings.

Prerequisites

Must have access to a local or online burst wallet and a server(apache, nginx, etc) with php support and mySQL database server.

Installing

Clone the github repository.

Set the tmp folder to full privilage(and a suitable user with server privilage maybe) to allow temporary storage and caching of app.

In config.ini file you can set your global variables.

If you want to use the winners app you must create a database and a user for this. For example:

echo "CREATE DATABASE winners; CREATE USER 'winners'@'localhost' IDENTIFIED BY 'yourpassword'; GRANT ALL PRIVILEGES ON winners.* TO 'winners'@'localhost';" | mysql -uroot
mysql -uroot winners < winners.sql

For database use set true the mySqlEnabled variable in config.ini.

Also you must uncomment and set your database name, user and password in index.php.

$f3->set('db', new DB\SQL(
    'mysql:host=localhost;port=3306;dbname=winners', <- database name
    'winners', <- username
	'12345678', <- password
	array( 
		\PDO::ATTR_ERRMODE => \PDO::ERRMODE_EXCEPTION 
	)
));

At first time will be need some minutes to initialize the database table.

Built With

Authors

  • Vassilis - If you like it make a donation BURST-YY7Z-K8KK-E2B9-AKQCQ

License

This project is licensed under the MIT License - see the LICENSE.md file for details

blockexplorer's People

Contributors

bkrith avatar

Watchers

 avatar  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.