Code Monkey home page Code Monkey logo

ixo-blockchain's Introduction

ixo Blockchain SDK

version Go Report Card LoC

This is the official repository for the Sustainability Hub (ixo-Hub)

This document will have all details necessary to help getting started with ixo-Hub

Documentation

  • Guide for setting up a Relayer on the Pandora test network and Internet of Impact Hub main network: here
  • Blockchain Module Specifications can be found under x/<module>/spec

Building and Running

Note: Requires Go 1.15+

To build and run the application:

make run

To build and run the application and also create some accounts:

make run_with_some_data  # Option 1
make run_with_all_data   # Option 2

(Optional) Once the chain has started, run one of the following:

  • Add more data and activity:
bash ./scripts/add_dummy_testnet_data.sh
  • Demos:
bash ./scripts/demo_bonds.sh     # Option 1
bash ./scripts/demo_payments.sh  # Option 2
bash ./scripts/demo_project.sh   # Option 3
...
# Look in the scripts folder for more options!
  • To re-generate .pb.go and .pb.gw.go files from .proto files:
make proto-gen
  • To re-generate API documentation (swagger.yaml file):
make proto-swagger-gen
  • To build and run the application using Starport (demos will not work if the blockchain is started using this method, and the ./cmd/ixod package has to be refactored to ./cmd/ixo-blockchaind):
starport serve

ixo-blockchain's People

Contributors

migueldingli1997 avatar stefaniatadama avatar nicolaas0411 avatar cedricf avatar sujith-surendran avatar herman-smith-socosm avatar deepanshutr avatar ig-shaun avatar brennonh avatar benschza avatar persistencesujith avatar sibuser 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.