@stellar/stellar-base

v12.1.1
Low-level support library for the Stellar network.
stellar

fmt

prettier --config ./config/prettier.config.js --ignore-path ./config/.prettierignore --write './**/*.js'

_nyc

nyc --nycrc-path ./config/.nycrc

docs

jsdoc -c ./config/.jsdoc.json --verbose

lint

eslint -c ./config/.eslintrc.js src/ && dtslint --localTs node_modules/typescript/lib types/

test

yarn build && yarn test:node && yarn test:browser

build

yarn build:node && yarn build:browser

clean

rm -rf lib/ dist/ coverage/ .nyc_output/

prepare

yarn build:prod

test:node

yarn _nyc mocha

build:node

babel --out-dir ./lib/ ./src/

build:prod

cross-env NODE_ENV=production yarn build

preversion

yarn clean && yarn fmt && yarn lint && yarn build:prod && yarn test

test:browser

karma start ./config/karma.conf.js

build:browser

webpack -c ./config/webpack.config.browser.js

build:node:prod

cross-env NODE_ENV=production yarn build

build:browser:prod

cross-env NODE_ENV=production yarn build:browser
npm i @stellar/[email protected]

Metadata

  • Apache-2.0
  • Whatever
  • Stellar Development Foundation
  • released 9/12/2024

Downloads