From 1e587946cc4e4491c991f04f2eae0277490e9e43 Mon Sep 17 00:00:00 2001 From: blockchaingirl1407 <142514003+blockchaingirl1407@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:38:54 +0100 Subject: [PATCH] Adding Tatum as JS library to build web3 apps --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2692df1..ae19607 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,8 @@ A curated list of blockchain, cryptocurrency and fintech resources for software * [Bitcoinjs-lib](https://github.com/bitcoinjs/bitcoinjs-lib) * [Cryptocoin](https://github.com/cryptocoinjs/cryptocoin) * [BlockTrail SDK NodeJS](https://github.com/blocktrail/blocktrail-sdk-nodejs) -* [bcoin](https://github.com/bcoin-org/bcoin) Javascript bitcoin library for node.js and browsers +* [bcoin](https://github.com/bcoin-org/bcoin) Javascript bitcoin library for node.js and browsers +* [Tatum](https://github.com/tatumio/tatum-js) JavaScript library that streamlines the development of blockchain applications ### PHP Libraries * [PHP-OP_RETURN](https://github.com/coinspark/php-OP_RETURN)