Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.06 KB

Hello BlockStalker (Javascript Demo App)

Hello BlockStalker is a simple BlockStalker.IO SDK demo app, which leverages the @blockstalker/client-js library to facilitate communication with the BlockStalker.IO API. Use it to follow NFTs, Accounts, Apps... anything on Algorand MainNet.

Requirements

  1. NodeJS
  2. An API Key from your BlockStalker subscription

Getting Started

  1. Download
git clone https://github.com/BlockStalker/hello-blockstalker-js.git
  1. Update your BlockStalker API Key in index.js (or set in .env)
const local_apiKey = 'YOUR_API_KEY_HERE';
  1. Run
npm install
npm start

License

MIT License; we welcome collaboration and contribution from the community.