Code Monkey home page Code Monkey logo

app-tool's Introduction

Applications Packager

G and Chain files packager for import into the Ecosystems created in the IBAX blockchain. Utilite that can convert import json bundle from/to files of sim, ptl, csv, json.

struct.dot

Is created in the process of packing or unpacking. Shows the structure of an application. Can be opened using graphviz or webgraphviz

build

Windows tip. If you do not plan to work in the console, add "-ldflags -H=windowsgui"

go build

Binary files can be found in the current directory

on linux for windows

env GOARCH=amd64 GOOS=windows CGO_ENABLED=1 CC=/usr/bin/x86_64-w64-mingw32-gcc CXX=/usr/bin/x86_64-w64-mingw32-g++ go build

Use the examples

1. Unpack file from basic.json file to basic/ folder

basic.json - The structure inside the file should look like ./app-tool/basic.json, It is generated automatically in the Export module of the platform ecosystem.

Execute the command

$ ./app-tool basic.json

The basic folder is generated in the current directory

2. Pack files from basic/ folder to basic.json file

basic/ folder - The folder structure inside the file should look like ./app-tool/basic/.

and the config.json structure in the directory look like ./app-tool/basic/config.json.

Execute the command

$ ./app-tool basic/

The basic.json folder is generated in the current directory

app-tool's People

Contributors

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