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
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,29 @@ running:
62
62
make
63
63
```
64
64
65
+
### Docker
66
+
67
+
This repository also contains a `Dockefile` which makes it easier to install
68
+
the dependencies and tools described above in a docker container by following
69
+
the next instructions.
70
+
71
+
Build the docker image:
72
+
73
+
```
74
+
docker build . -t rustbn
75
+
```
76
+
77
+
Run the container:
78
+
79
+
```
80
+
docker run -v <path_to_the_rustbn.js_project>:/rustbn.js -it rustbn
81
+
```
82
+
83
+
Once inside the container the project can be compiled by executing:
84
+
85
+
```
86
+
make
87
+
```
65
88
66
89
### WASM (Experimental)
67
90
@@ -96,4 +119,4 @@ Licensed under either of
96
119
at your option.
97
120
98
121
Copyright 2016 [Zcash Electric Coin Company](https://z.cash/). The Zcash Company promises to maintain the "bn" crate on crates.io under this MIT/Apache-2.0 dual license.
0 commit comments