1.0.0 • Published 6 years ago

etherscan-agent-sdk v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

EtherscanAgentSDK

Intro

encapsulate EtherscanAgent's restful api

Background

my servers need to communicate with EtherscanAgent

i think it's a better way to provide a sdk for this purpose

Author

gintama.zheng@gmail.com

Latest Version

1.0.0

How to install

yarn add etherscan-agent-sdk

How to run test

yarn install
TEST_HOST=${AGENT_HOST} TEST_PORT=${AGENT_PORT} TEST_SCHEMA=${AGENT_SCHEMA} yarn run test

Dependencies

  • request
  • request-promise-native

Dev Dependencies

  • @types/request-promise-native

Test Dependencies

  • mocha
  • @types/mocha

Change Logs

VersionLogs
0.2.0add README.md and .npmignore file
0.3.0add test case
1.0.0use mocha for test
1.0.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago