From 57c29213b6a726ffb9a024bf100c2274e8faf1b0 Mon Sep 17 00:00:00 2001 From: Phil <6450379+phillux@users.noreply.github.com> Date: Thu, 2 May 2019 15:51:48 +0200 Subject: [PATCH] Add light.js to Frontent Javascript APIs --- docs/build/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/build/index.md b/docs/build/index.md index 2aea1735777..9b188c496c1 100644 --- a/docs/build/index.md +++ b/docs/build/index.md @@ -87,6 +87,10 @@ Ethereum has a large and growing number of tools to help developers build, test, - [Github](https://github.com/ethers-io/ethers.js/) - [Documentation](https://docs.ethers.io/ethers.js/html/) +### light.js *A high-level reactive JS library optimized for light clients.* +- [Github](https://github.com/paritytech/js-libs/tree/master/packages/light.js) +- [Documentation](https://paritytech.github.io/js-libs/light.js/) + ### Web3-wrapper *Typescript alternative to Web3.js* - [Github](https://github.com/0xProject/0x-monorepo/tree/v2-prototype/packages/web3-wrapper) - [Documentation](https://0x.org/docs/web3-wrapper#introduction)