Giter Site home page Giter Site logo

iota.lib.cpp's Introduction

IOTA Logo

IOTA C++ Library

Travis Build Status Appveyor Build Status Coveralls Status Codacy Status CodeFactor Status Documentation IOTA API coverage MIT License

This is not (yet) an official C++ client library for the IOTA Reference Implementation (IRI).

It implements both the official API, as well as newly proposed features.

Table of Contents

  1. Disclaimer
  2. Documentation
    1. Installation
    2. Getting Started
    3. Doxygen
    4. Wiki
    5. Examples
  3. Technologies & dependencies
    1. Technologies
    2. Dependencies
  4. Community
    1. Resources
    2. Contributing
    3. Donating

Disclaimer

  • This is an early beta release, expect unexpected results.
  • There may be performance and stability issues.
  • This library is still in early development and there may be breaking changes in the near future.
  • You may lose all your money.

Documentation

Installation

git clone --recursive [email protected]:thibault-martinez/iota.lib.cpp.git
cd iota.lib.cpp
mkdir build
cd build
cmake ..
make

Getting Started

IOTA::API::Core api("node.iotawallet.info", 14265);
auto            res = api.getTransactionsToApprove(27);

std::cout << res.getTrunkTransaction() << std::endl;
std::cout << res.getBranchTransaction() << std::endl;

Doxygen

A Doxygen documentation is available and provides full API documentation for the library.

Wiki

A Wiki is available and provides full documentation for the library as well as installation explanations.

Examples

There's an extensive list of test cases on the test folder that can be used as reference when developing apps with IOTA.

Technologies & Dependencies

Technologies

This library currently uses C++11.

Dependencies

Community

Resources

If you want to get involved in the community, need help with getting setup, have any issues related with the library or just want to discuss Blockchain, Distributed Ledgers and IoT with other people, feel free to visit one of our resources :

Contributing

Please report any issues using the Issue Tracker.

Donating

OZCTDHTFCB9PTAZWGYCGOA9XKDKPSHWVSZDJKZCOINNQTPNNEANGPBBDLSNGKDGCAAKBDVBOVCPTRLHTANMIRGFFGD

iota.lib.cpp's People

Contributors

cylix avatar hemofektik avatar mistersandman avatar thibault-martinez 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.