0.2.4 • Published 2 years ago

@execute-beta/sdk v0.2.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

0.2.4

2 years ago

0.1.1-alpha.8

2 years ago

0.1.1-alpha.7

2 years ago

0.1.1-alpha.6

2 years ago

0.1.1-alpha.5

2 years ago

0.1.1-alpha.3

2 years ago

0.0.12-test.3

2 years ago

0.0.12-test.2

2 years ago

0.0.12-test.1

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago