GithubHelp home page GithubHelp logo

guoyu07 / bitcoin-webskin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chrisfranko/bitcoin-webskin

0.0 0.0 0.0 323 KB

PHP thin-client web interface to bitcoind, namecoind and other cryptocoins.

License: Other

PHP 100.00%

bitcoin-webskin's Introduction

Bitcoin Webskin 

an open source PHP web interface to bitcoind and namecoind

Copyright (c) 2011,2012,2013 14STzHS8qjsDPtqpQgcnwWpTaSHadgEewS

https://github.com/zamgo/bitcoin-webskin

---------------------------------------------------------------------
Version 0.0.3 - Prototype release

This is an early release of Bitcoin Webskin.  

This is development software. 
This software has many bugs, security holes, and missing functionality. 
This software is NOT ready for production use.
But it is ready for testnet use!

---------------------------------------------------------------------
Quicky Install Instructions:

- Download latest files from 
  https://github.com/zamgo/bitcoin-webskin

- put the files in a web-accessible directory

- copy config.sample.php to config.php, 
  and fill in correct info for your system

- setup bitcoind to allow access.  Sync your user/pass/host settings 
  of bitcoin.conf file and bitcoin-webskin/config.php

- run bitcoind

- load the top level index.php file in your browser


Files:

/index.php
/config.php
/license.txt 
/readme.txt
/libs/bitcoin-webskin.php - the main controller
/libs/bitcoin-interface.php - interface definition for bitcoind methods
/plugins/jsonRPCClient.php - json RPC client with webskin interface
/plugins/test.php - the debug interface
/plugins/mtgox.php - plugin to mtgox json public api
/skins/simple/*.php	- the simple html skin


---------------------------------------------------------------------
Making a new skin:

- copy the full /skins/simple/ directory to /skins/YOUR.NEW.SKIN/
- edit /libs/bitcoin-webskin.php, __construct() function, 
- change $this->skin = 'simple';  to $this->skin = 'YOUR.NEW.SKIN';
- edit the template PHP files in /skins/YOUR.NEW.SKIN/ 
  for your desired design


---------------------------------------------------------------------
Making a new bitcoin interface:

- create new php class in /plugins/ that implements the 
  Bitcoin interface (see /libs/bitcoin-interface.php)
- edit /libs/bitcoin-webskin.php, open_wallet() function, replace:
		include_once('plugins/jsonRPCClient.php');
		$this->wallet = new jsonRPCClientControler;
  with an include of your new interface file, and set $this->wallet.


---------------------------------------------------------------------
Donating to this project:

- bitcoin: 14STzHS8qjsDPtqpQgcnwWpTaSHadgEewS

  and/or 

- namecoin: NAGPRdQtxPazbjxK9KGe143fwsP1axQxDC

bitcoin-webskin's People

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.