Fiber-pay: an ai-friendly CLI for fiber-network

Hello everyone, I want to share that fiber-pay v0.2.1 version has been released!

In this release, we introduced the fiber wasm + passkey components in the @fiber-pay/sdk, which means that as a developer you can now easily build a user fiber payment component with passkey experience right in the browser. To me, this functionality is important since it provides a simple integration solution for builders just like integrating Stripe into your app for payment.

You can check out the source code of browser-wallet example in the fiber-pay repo. We also implmented this feature in the fiber-audio-player demo using the same SDK.

In the next version, we will add a simple React component and hooks to provide more high-level integration for frontend developers. Ideally, you can import the SDK libraries and gives no worry about the fiber payment solution and user experience. Let me know if you think these type of things are useful!

2 Likes