GithubHelp home page GithubHelp logo

coinding-api-unity's Introduction

--------------------------------------------------------------------------------
                      Coinding API for Unity - (BETA)                          
--------------------------------------------------------------------------------

# Overview #

Coinding API is a bitcoin service designed to allow developers around the world to easily integrate the power of bitcoin into their games.

We allow multiple interactions with bitcoin through one API including:

- Send tips to game developers or fellow players
- Sending and requesting bitcoin by email or bitcoin address
- Access to raw bitcoin network data
- Fetch random bitcoin information

Some other features we are working on and will be available soon:

- Handle In-App purchases without fees
- Interact with streams and live e-sport matches

We want to help you make great games that work with bitcoin, so please send requests and suggestions to [email protected].

# Quick Start #

  In order to start using Coinding API in your project you need to:
  1. Drag the Coinding prefab from Coinding/Prefab/ to your scene.
  2. That's it! You can now start using Coinding API in your game.

# Examples #  

  1. Get the list of registered developers
    Coinding.i.Developer.GetAll(onSuccess, onError);
    
  2. Get your current developer balance
    Coinding.i.Developer.Balance("[email protected]", "encryptedpass", onSuccess, onError);
    
  3. Register a new player
    Coinding.i.Player.Register("name", "playerpass", onSuccess, onError); 
  
  4. Send a tip to a player
    Coinding.i.Tip.PlayerToPlayer("name", "playerpass", 0.4, "Friendly Player", onSuccess, onError); 
  
  5. Send a tip to a player
    Coinding.i.Tip.PlayerToDeveloper("name", "playerpass", 0.4, "Lucky Developer", onSuccess, onError);
  
  5. Retrieve a random bitcoin transaction
    Coinding.i.Bitcoin.Transaction.Random(onSuccess, onError); 
    
  
# Support #
  
  [email protected]
  skype: fabio.panettieri


# License #

  Coinding API is provided under The MIT License

# Changelog #

  0.0.1 - Public Beta release

coinding-api-unity's People

Contributors

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