0.2.4 • Published 1 year ago

@execute-beta/sdk v0.2.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Execute - SDK Package

Execute SDK

Commands

$ npm install

# Test ./dist/debug.js output
$ npm debug

# Before pushing changes
$ npm lint
$ npm test
$ npm test:coverage

$ npm build

# Helpful commands
$ npm ls
$ npm outdated

Debugging with VSCode

  • open ./src/debug.ts file
  • select your desired breakpoints
  • press F5 to start debugging

EQL Builder

Example of use:

import { ExecuteSDK } from '@execute/sdk'

const execute = new ExecuteSDK('api_key')

execute //
  .watch('ethereum.goerli')
  .when('tx.block.number')
  .lessThanOrEquals(0)
  .notify('webhook')
  .withParams({
    destination: 'http://localhost:3009/v1/webhook',
  })
  .log('json-pretty')
  .deploy()
0.2.2

1 year ago

0.2.4

1 year ago

0.1.1-alpha.8

1 year ago

0.1.1-alpha.7

1 year ago

0.1.1-alpha.6

1 year ago

0.1.1-alpha.5

1 year ago

0.1.1-alpha.3

1 year ago

0.0.12-test.3

1 year ago

0.0.12-test.2

1 year ago

0.0.12-test.1

1 year ago

0.0.11

1 year ago

0.0.9

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago