Prices and infrastructure packages have been updated. Highlights:
- New SLP indexer is available for private infrastructure.
- Free tier introduces artificial delays to prevent freeloaders.
fullstack.cash/pricing/
We've completed the removal of SLPDB and all SLPDB endpoints in bch-api and bch-js. The old /v4 endpoint in bch-api has also been deprecated.
If you need help migrating to the new updates, visit our Telegram community tech support channel:
t.me/bch_js_toolkit
SLPDB is dead. Long live psf-slp-indexer!
FullStack.cash will remove SLPDB support on March 1st, in favor of the new token indexer. Be sure to update your code.
New endpoints for the new token indexer are here:
bchjs.fullstack.cash/#api-PS…
Friendly reminder that we'll be deprecating SLPDB on March 1st. If you use @FullStackCash services or software that depends on SLPDB, it's time to refactor it to use our new PSF SLP indexer.
Have questions? Need help? Reach out on this Telegram channel:
t.me/bch_js_toolkit
SLPDB is dead. Long live psf-slp-indexer!
FullStack.cash will remove SLPDB support on March 1st, in favor of the new token indexer. Be sure to update your code.
New endpoints for the new token indexer are here:
bchjs.fullstack.cash/#api-PS…
bch-message-lib #JavaScript library is a fundamental library for sending and receiving end-to-end encrypted messages and content via the #BitcoinCash blockchain and @IPFS. The README contains simple code examples for using it.
npmjs.com/package/bch-messag…
SLPDB is dead. Long live psf-slp-indexer!
FullStack.cash will remove SLPDB support on March 1st, in favor of the new token indexer. Be sure to update your code.
New endpoints for the new token indexer are here:
bchjs.fullstack.cash/#api-PS…
The @PSF_DAO has just launched this Flipstarter campaign to raise funds to build a new SLP token indexer, to replace SLPDB. Please check it out and consider donating!
flipstarter.fullstack.cash/
Double-spend Proofs are now enabled in bch-js v4.20.1, and live in bch-api at @FullStackCash. DS Proofs provide significantly increased confidence for merchants when accepting zero-confirmation transactions.
bchjs.fullstack.cash/#api-DS…
NFT #JavaScript libraries, #BitcoinCash dev tools, and @IPFS JSON RPC! We covered a lot of ground in this technical steering committee.
Great meeting!
Interested in some of the tech we talk about? Join the Telegram channel to discuss!
youtu.be/CS_GvCd3U_s
Due to customer demand, we've added a /getBlock endpoint to bch-api and bch-js to get the contents of a block directly from the full node.
Try it out in our Explorer UI:
fullstack.cash/explore-bchn/
FullStack.cash is built for #BitcoinCash developers to build fast, scalable apps on our open source infrastructure.
If you've been using Bitcoin.com infrastructure, check out this orientation video to understand the differences:
youtu.be/FWzTBOgwy-s
bch-js just added a great call for building a block explorer or wallet tx history.
Transaction.get() returns tx data, including input addresses and amounts, as well as SLP token data for both inputs and outputs.
bchjs.fullstack.cash/#api-Tr…