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
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# TODO
1
+
# SolidState Smart Contract Project
2
2
3
-
TODO: This repository was generated from a template or is the template itself. To setup a new project, find all occurrences of "TODO" and replace with relevant text.
3
+
> Note: This repository was generated from a template or is the template itself. To set up a new project, set the missing data marked "TODO" in `package.json` and remove this notice.
4
+
5
+
This project is built with [SolidState](https://github.com/solidstate-network). See the [solidstate-solidity](https://github.com/solidstate-network/solidstate-solidity) documentation for information about contract integration and testing.
4
6
5
7
## Development
6
8
@@ -22,8 +24,6 @@ Compile contracts via Hardhat:
22
24
yarn run hardhat compile
23
25
```
24
26
25
-
Note: This template comes with `@solidstate/contracts` and `@solidstate/spec` installed by default. For more information visit [solidstate/solidity](https://github.com/solidstate-network/solidstate-solidity).
26
-
27
27
### Networks
28
28
29
29
By default, Hardhat uses the Hardhat Network in-process.
@@ -56,7 +56,7 @@ yarn run hardhat coverage
56
56
57
57
### Documentation
58
58
59
-
A documentation site is output on contract compilation to the `docgen` directory. It can also be generated manually:
59
+
A static documentation site can be generated using `hardhat-docgen`:
0 commit comments