You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ⨎ Synapse
2
2
3
-
> Javascript packages for Filecoin Onchain Cloud.
3
+
> Javascript packages for Filecoin Onchain Cloud. Works in Node.js, browsers, and all major bundlers.
4
4
5
5
## Packages
6
6
@@ -16,11 +16,12 @@ Check the documentation [website](https://docs.filecoin.cloud/)
16
16
17
17
## Examples
18
18
19
-
The `examples` folder has many examples on how to start using Synapse in different environments and frameworks.
19
+
Examples on how to start using Synapse in different environments and frameworks.
20
20
21
+
-[`synapse-playground`](https://github.com/FilOzone/synapse-sdk/tree/master/apps/synapse-playground) - How to build a React app using Synapse
22
+
-[`cli`](https://github.com/FilOzone/synapse-sdk/tree/master/examples/cli) - How to build a CLI in Node JS using Synapse
21
23
-[`script-tag`](https://github.com/FilOzone/synapse-sdk/tree/master/examples/script-tag) - Use Synapse with CDN script tag.
22
24
[](https://stackblitz.com/github/FilOzone/synapse-sdk/tree/master/examples/script-tag?title=Synapse%20Script%20Tag&hideExplorer=1&theme=dark)
23
-
-[`cli`](https://github.com/FilOzone/synapse-sdk/tree/master/examples/cli) - How to build a CLI in Node JS using Synapse
0 commit comments