Skip to content

PundiAI/fx-js-sdk

Repository files navigation

@functionx_io/fx-js-sdk

npm version

Install

npm install @functionx_io/fx-js-sdk

Usage

import fxsdk from '@functionx_io/fx-js-sdk';

Development

Install dependencies

yarn install

Build

yarn build

Build proto

git submodule update --init --recursive --remote
yarn codegen

Test

wget https://raw.githubusercontent.com/functionx/fx-core/main/develop/run_fxcore.sh
chmod +x run_fxcore.sh
export FX_DEBUG=true ./run_fxcore.sh init
yarn test

License

Apache License 2.0