0.4.3 • Published 2 years ago

@functionx_io/fx-js-sdk v0.4.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@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