- Ensure you've created an account
- Confirm your account for a FREE 30-Day Premium Subscription (Real-time & API access). Note: This offer expires 72 hours after Decipher 2024
- Create an API Key at your Account page
The decipher2024.js
example will create the 3 filters demonstrated during the API Showcase, and then open a real-time subscription socket to receive Algorand events in real-time. To execute:
git clone https://github.com/BlockStalker/decipher-2024.git
On this line of decipher2024.js:
const local_apiKey = 'INSERT_YOUR_API_KEY_HERE';
npm install
npm start
- Check out our other "Hello World" source code
- Discover your filters & following activity on your Following page
- Docs and more examples on the
client-js
library that powers this example code - visit the GitHub!