mirror of
https://github.com/Permissionless-Software-Foundation/psf-bch-api-base.git
synced 2026-09-21 16:52:00 -07:00
Add code examples link to AI discovery files
- Add psf-js-examples repository link to llms.txt - Add externalDocs reference to openapi.json - Make code examples prominent for AI agents and developers The psf-js-examples repo contains working JavaScript code for: - Querying balances and UTXOs - Broadcasting transactions - Working with SLP tokens - Handling x402 payments
This commit is contained in:
@@ -68,7 +68,19 @@ For more information on x402:
|
|||||||
|
|
||||||
Full API specification available at: `/openapi.json`
|
Full API specification available at: `/openapi.json`
|
||||||
|
|
||||||
|
## Code Examples
|
||||||
|
|
||||||
|
Complete working examples for interacting with this API:
|
||||||
|
- **JavaScript Examples:** https://github.com/Permissionless-Software-Foundation/psf-js-examples
|
||||||
|
|
||||||
|
Includes examples for:
|
||||||
|
- Querying balances and UTXOs
|
||||||
|
- Broadcasting transactions
|
||||||
|
- Working with SLP tokens
|
||||||
|
- Handling x402 payments
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- GitHub: https://github.com/Permissionless-Software-Foundation/psf-bch-api
|
- GitHub: https://github.com/Permissionless-Software-Foundation/psf-bch-api
|
||||||
- FullStack.cash: https://fullstack.cash
|
- FullStack.cash: https://fullstack.cash
|
||||||
|
- Code Examples: https://github.com/Permissionless-Software-Foundation/psf-js-examples
|
||||||
|
|||||||
@@ -7,6 +7,10 @@
|
|||||||
"contact": {
|
"contact": {
|
||||||
"name": "FullStack.cash",
|
"name": "FullStack.cash",
|
||||||
"url": "https://fullstack.cash"
|
"url": "https://fullstack.cash"
|
||||||
|
},
|
||||||
|
"externalDocs": {
|
||||||
|
"description": "JavaScript Code Examples",
|
||||||
|
"url": "https://github.com/Permissionless-Software-Foundation/psf-js-examples"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
|
|||||||
Reference in New Issue
Block a user