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
The libraries have been developed under the following set of assumptions. Take a look at them [here :link:](https://docs.zondax.ch/fevm/filecoin-solidity/introduction/assumptions)
18
-
19
-
---
20
-
21
-
## Security notice
22
-
This is experimental software and is provided on an “as is” and “as available” basis.
23
-
This [commit](https://github.com/Zondax/filecoin-solidity/commit/d6f20ea11b25e66b9a4fb94d0bb0d913edeb5873) was security-reviewed by Kudelski security
17
+
This is software is available under Apache 2.0 License. Use of this library implies your acceptance of these terms and conditions
18
+
This source code at this commit hash (https://github.com/Zondax/filecoin-solidity/commit/d6f20ea11b25e66b9a4fb94d0bb0d913edeb5873) was security-reviewed by Kudelski security (Not fully audited)
24
19
25
20
Things to keep in mind, while using this library:
26
21
- There are implicit invariants these contracts expect to hold.
27
-
-**You can easily “shoot yourself in the foot” if you’re not careful with how you use the library.**
28
22
- You should exhaustively read each contract you plan to use, top to bottom.
23
+
-**You can easily “shoot yourself in the foot” if you’re not careful with how you use the library.**
24
+
25
+
---
26
+
27
+
## Disclaimer :warning:
28
+
29
+
The libraries have been developed under the following set of assumptions. Take a look at them [here :link:](https://docs.zondax.ch/fevm/filecoin-solidity/introduction/assumptions)
29
30
30
-
We **do not give any warranties** and **will not be liable for any loss** incurred through any use of this codebase.”
31
31
32
32
---
33
33
@@ -113,6 +113,13 @@ If you’re starting totally new, we got you! Here’s a 101 conceptual read on
113
113
114
114
Find nice articles with rich and valuable content about different topics related to Filecoin network.
115
115
116
+
## Looking for a JS library to interact with Filecoin? :wrench::hammer:
117
+
118
+
We have been working hard to create a complete library that covers every aspect you may need in order to interact with
119
+
the Filecoin blockchain. [Let's go to library](https://www.npmjs.com/package/@zondax/izari-tools):arrow_upper_right:
120
+
121
+
122
+
116
123
## Looking for the complete documentation? :books::books:
0 commit comments