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

ajixtest

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajixtest

CLI Tool for Ajinomotto Usecase

latest
Source
npmnpm
Version
0.0.30
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
  • yarn

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. KINDLY NOTE: the seed used for this should only be handled by the cli only. It should not be used for anyother purposes. Each record published will be spending 1 hlx each for transaction. So make sure you have adequate supplies of funds in the balance.

How to Install and Run the application

 npm i -g ajix
 ajix -h  # gives a list of all available commands

Keywords

ajix-server

FAQs

Package last updated on 15 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