We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ea192 commit 9c46ebeCopy full SHA for 9c46ebe
book.toml
@@ -0,0 +1,18 @@
1
+[book]
2
+authors = ["Trail of Bits"]
3
+language = "en"
4
+multilingual = false
5
+src = "."
6
+title = "Building Secure Contracts"
7
+description = "Follow our guidelines and best practices to write secure smart contracts."
8
+
9
+[output.html]
10
+git-repository-url = "https://github.com/crytic/building-secure-contracts"
11
+edit-url-template = "https://github.com/crytic/building-secure-contracts/edit/master/{path}"
12
+default-theme = "ayu"
13
+cname = "crytic.github.io/building-secure-contracts"
14
+no-section-label = true
15
16
+[output.html.fold]
17
+enable = true
18
+level = 1
0 commit comments