JavaScript SDK for integrating Alby OAuth2 Wallet API and Nostr Wallet Connect API. Enables zero-custody bitcoin payments in apps. Connects to lightning network via Nostr Wallet Connect or Alby Wallet API.
git clone https://github.com/getAlby/js-sdk.gitJavaScript SDK for integrating Alby OAuth2 Wallet API and Nostr Wallet Connect API. Enables zero-custody bitcoin payments in apps. Connects to lightning network via Nostr Wallet Connect or Alby Wallet API.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/getAlby/js-sdkCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a JavaScript SDK for the Alby OAuth2 Wallet API and the Nostr Wallet Connect API. The SDK should include methods for [ACTIONS] such as authentication, transaction signing, and wallet management. Ensure it is compatible with [FRAMEWORK] and follows [STANDARDS].
```javascript
// Example SDK Usage
const AlbyWalletSDK = require('alby-wallet-sdk');
// Initialize the SDK
const sdk = new AlbyWalletSDK({
apiKey: 'your-api-key',
environment: 'production'
});
// Authenticate
const authResponse = await sdk.authenticate({
username: 'user@example.com',
password: 'secure-password'
});
// Sign a transaction
const transaction = {
to: 'recipient-address',
amount: 1000,
fee: 10
};
const signedTransaction = await sdk.signTransaction(transaction);
// Manage wallet
const walletInfo = await sdk.getWalletInfo();
console.log(walletInfo);
```Cloud ETL platform for non-technical data integration
IronCalc is a spreadsheet engine and ecosystem
Business communication and collaboration hub
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan