@functionx_io/fx-js-sdk
v0.4.3
Published
fxcore js sdk
Downloads
65
Readme
@functionx_io/fx-js-sdk
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