npm install @functionx_io/fx-js-sdk
import fxsdk from '@functionx_io/fx-js-sdk';
yarn install
yarn build
git submodule update --init --recursive --remote
yarn codegen
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