Skip to content

BlockStalker/hello-blockstalker-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published