From 66553b4c0da5de9cc9fe89fe85f74e4f67718be9 Mon Sep 17 00:00:00 2001 From: Pavel Murygin Date: Wed, 28 Apr 2021 19:41:50 +0300 Subject: [PATCH] wrote some text (100% WIP) --- building-a-frontend-with-js-sdk.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/building-a-frontend-with-js-sdk.md b/building-a-frontend-with-js-sdk.md index 0f8e04e..850c0ba 100644 --- a/building-a-frontend-with-js-sdk.md +++ b/building-a-frontend-with-js-sdk.md @@ -1,2 +1,29 @@ -# Building A Frontend with JS SDK +# Building a Frontend with JS-SDK + +JS sdk provies + +fluence provides bla bla bla. You can use it in both browser and nodejs. Everything is writtein in typescript which is good + +basic + +- init your package +- install sdk +- install aqua +- create build script +- write aqua code +- compile +- get generated file +- create client +- run the function + +advanced + +- registering custom services + + + +references + +- aqua playground +- fluentpad