Skip to content

Commit f02c5c5

Browse files
authored
Clean readme and add some references (#358)
* make security notices more clearer * add reference to new js package * small changes * move disclaimer below notice
1 parent c0c7356 commit f02c5c5

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ _Please visit our website at [zondax.ch](https://www.zondax.ch)_
1212

1313
---
1414

15-
## :warning::warning: DISCLAIMER :warning::warning:
15+
## Notice
1616

17-
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)
2419

2520
Things to keep in mind, while using this library:
2621
- 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.**
2822
- 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)
2930

30-
We **do not give any warranties** and **will not be liable for any loss** incurred through any use of this codebase.”
3131

3232
---
3333

@@ -113,6 +113,13 @@ If you’re starting totally new, we got you! Here’s a 101 conceptual read on
113113

114114
Find nice articles with rich and valuable content about different topics related to Filecoin network.
115115

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+
116123
## Looking for the complete documentation? :books::books:
117124

118125
We have built this beautiful website for you!

0 commit comments

Comments
 (0)