Giter VIP home page Giter VIP logo

catenis's Introduction

Catenis

Catenis is an integration layer to the Bitcoin blockchain that allows for rapid blockchain-based application development.

Development environment

Catenis is developed using Meteor, a JavaScript/Node.js framework for rapid web/mobile application development.

The IDE used for development is WebStorm from JetBrains.

The WebStorm project is set up in a way that the meteor application is contained in the /meteor_app directory.

Increasing the development DB oplog size

Follow the steps bellow to increase the size of the oplog collection of Mongo DB database used in the meteor development environment.

  1. Start the Catenis meteor application.

  2. Issue the following command from the /meteor_app directory:

meteor mongo
  1. Then, from the mongo shell, issue the following commands:
use local
db.adminCommand({replSetResizeOplog: 1, size: 990})

Note: this only needs to be done once, after the application environment database is reset.

Building the application

To build the application, execute the following command from the /meteor_app directory:

meteor npm run build

A tar ball containing the packaged meteor application is written to the /build directory.

Alternatively, the application can be built for the development environment. To do this, execute the following command also from the /meteor_app directory:

meteor npm run build_dev

In this case, the tar ball containing the packaged meteor application is written to the /build/dev environment.

Deploying the application to the sandbox environment

After building the application, execute the following command from the /build directory:

scp ../build/Catenis-<ver>.tar.gz ctn-sandbox-1:~/Catenis_build/

Note: replace <ver> with the proper version number.

License

This software is released under the MIT License. Feel free to fork, and modify!

Copyright © 2017-2023, Blockchain of Things Inc.

catenis's People

Contributors

claudiosdc avatar

Stargazers

Kyle Johnston avatar Irina Levotchkina avatar Hinai avatar

Watchers

 avatar Andre De Castro avatar Irina Levotchkina 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.