Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

ajix-demo3

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajix-demo3

CLI Tool for Ajinomotto Usecase

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

Ajix

The Ajix cli handles content updates according to state of the ajinomoto production process. For further information check the specifications.

Prerequisites

  • Generate a 64 character hexadecimal seed
  • Nodejs ^12

Configure Secrets

Inorder for the cli to work properly, Secrets have to be configured and saved into the directory ~/.helix/config.json.

{
    "HELIX_PROVIDER_URL":"place your helix provider url here",
    "HELIX_SEED" : "place your helix seed here",
    "HELIX_RECIPIENT_ADDR": "Add your recipeint address here",
    "PINATA_API_KEY": "place your pinata API key here",
    "PINATA_SECRET_KEY" : "Place your pinata secret key",
    "MONGO_DB_URL":"Mongo DB Url"
}

All the above secrets can also be loaded via defining in the enviornment variables. If the values are defined in the enviornment, it will be given more precedence over the values defined in the config.json. We will be making use of a managed ipfs provider pinata where you can signup a free account to get 1gb free storage lifetime.

How to Install and Run the application

 npm i -g ajix

Keywords

ajix-server

FAQs

Package last updated on 14 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts