0.3.1 • Published 4 months ago

@bankmenfi/raffles-client v0.3.1

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
4 months ago

Bankmen Finance Raffles Clients

TypeScript

Building

In order to build the TypeScript client, run the following commands.

For a first setup:

yarn

For subsequent builds:

yarn build

More commands can be found in the root package.json.

Running code samples

In order to run the code samples of the TypeScript client found at ts/tests/:

npx ts-node --project ./ts/tests/tsconfig.json --require tsconfig-paths/register ./ts/tests/FILENAME.ts