Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 659 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 659 Bytes

Node.js Examples of working with Access Protocol bindings

In this repo the aim is to showcase different ways to use Access Protocol bindings in Javascript world.

Install

pnpm install

Examples

1. How to get creator's pool information

pnpm run creators-pool

corresponding code creators_pool.ts

2. How to check if user is subscriber for specific creator

pnpm run is-user-locked-in-pool

corresponding code is_user_locked_in_pool.ts