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
{{ message }}
This repository was archived by the owner on Jan 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@ Linting is set up using solium. To run it over your code execute `yarn run lint`
28
28
29
29
### Permissioning Management Dapp
30
30
31
+
The Dapp will facilitate managing permissioning rules and maintaining the list of admin accounts that can edit rules.
32
+
31
33
Note: if you want to run against Besu, follow the Besu docs.
32
34
33
35
ONLY use these instructions if you are doing development work on the Dapp itself, in which case connecting to a development server (Ganache) will enable faster development.
34
36
35
-
The Dapp will facilitate managing permissioning rules and maintaining the list of admin accounts that can edit rules.
36
-
37
37
This is the easiest way to get started for development with the permissioning Dapp:
38
38
39
39
#### Compile and migrate the contracts (Development mode) ####
@@ -50,6 +50,11 @@ This is the easiest way to get started for development with the permissioning Da
50
50
1. Navigate to `http://localhost:3000` to access the Permissioning Dapp.
51
51
1. All changes made to the smart contracts or to the Dapp code are automatically refreshed on the website. There is no need to restart the web server after making changes.
52
52
53
+
#### Snapshots ####
54
+
Snapshots are compared as part of the test suite, to check any changes made to the Dapp are sensible. If you change the Dapp, you also need to update the snapshots.
55
+
1.`yarn jest -u`
56
+
1. or if using npm: `npm run test:app -- -u`
57
+
53
58
#### Build the permissioning Dapp for deployment ####
54
59
55
60
1.[Compile and migrate the contracts](#compile-and-migrate-the-contracts)
0 commit comments