Giter Club home page Giter Club logo

libgrin's Introduction

libgrin

CI ISC License Go Reference

libgrin is a golang Grin library for building Grin applications. Currently, it contains the basic consensus parameters, chain, slate structures and proof of work verification code.

The client package contains wrappers around the Grin node foreign/owner API and the wallet foreign/owner API using libgrin.

Requirements

Go 1.14 or newer.

Installation

Linux/macOS

  • Install Go according to the installation instructions here.

  • Run the following commands to obtain libgrin, all dependencies, and build it:

cd $GOPATH/src/github.com/blockcypher/libgrin
go get ./...
go build ./...
  • libgrin (and utilities) is now built and can be used in your program.

Issue Tracker

The integrated github issue tracker is used for this project.

Contributing

Any contribution is more than welcome. Currently libgrin has:

  • Minimal API types.
  • Minimal Core package which includes PoW verification.
  • Client package containing wrappers around Node API (Foreign and Owner) and wallet API (Foreign and Owner).
  • Minimal keychain types
  • Minimal libwallet
  • Minimal p2p types
  • Minimal pool types

Missing parts:

  • Complete wallet
  • Complete keychain
  • All the rest

This project tries to follow as much as possible the official Grin node code structure and Grin-Wallet code structure.

License

libgrin is licensed under the Apache 2.0 license.

libgrin's People

Contributors

quentinlesceller avatar asciiu avatar

Stargazers

Qifeng avatar

Watchers

 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.