You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `examples/` directory contains Node.js scripts demonstrating how to interact with the Bulletin chain. For detailed setup and usage instructions, see [examples/README.md](./examples/README.md).
This generates TypeScript type definitions in `.papi/` based on your chain's metadata. The `.papi/` folder is generated and should not be committed to git (it's listed in `.gitignore`).
270
-
271
-
3.**Run examples:**
272
-
```bash
273
-
cd examples
274
-
node authorize_and_store_papi.js
275
-
```
276
-
277
-
For more details on PAPI (Polkadot API), see [examples/README_PAPI.md](./examples/README_PAPI.md).
253
+
The `examples/` directory contains Node.js (PJS and/or PAPI) scripts demonstrating how to interact with the Bulletin chain. For detailed setup and usage instructions, see [examples/README.md](./examples/README.md).
0 commit comments