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
@@ -53,20 +60,17 @@ cmake version 3.14.2 or lower, download from website and install cmake.
53
60
54
61
## Build
55
62
56
-
### Windows (Visual Studio)
63
+
### Windows
57
64
58
65
```Cmd
59
66
# configure & build
60
67
.\tools\build.bat
61
68
```
62
69
63
-
### Windows (.NET Core only)
64
-
65
-
- tools/build.bat
66
-
```Cmd
67
-
# configure & build
68
-
.\tools\build_core3.bat
69
-
```
70
+
- (.NET Core only)
71
+
```Cmd
72
+
.\tools\build_core3.bat
73
+
```
70
74
71
75
### Linux & MacOSX
72
76
@@ -78,16 +82,11 @@ cmake version 3.14.2 or lower, download from website and install cmake.
78
82
79
83
---
80
84
81
-
## Example
85
+
## Test and Example
82
86
83
87
### Test
84
88
85
-
- Windows (Visual Studio)
86
-
```Cmd
87
-
.\tools\test.bat
88
-
```
89
-
90
-
- Windows (.NET Core only)
89
+
- Windows
91
90
```Cmd
92
91
.\tools\test_core3.bat
93
92
```
@@ -100,8 +99,32 @@ echo ".NET Core 3.x"
100
99
101
100
### Example
102
101
103
-
- test/CfdTestMain.cs
104
-
- blind/unblind: TestBlindTx()
102
+
- Not Implemented yet
103
+
104
+
---
105
+
106
+
## Information for developers
107
+
108
+
### using library
109
+
110
+
- cfd
111
+
- cfd-core
112
+
-[libwally-core](https://github.com/cryptogarageinc/libwally-core/tree/cfd-develop) (forked from [ElementsProject/libwally-core](https://github.com/ElementsProject/libwally-core))
113
+
-[univalue](https://github.com/jgarzik/univalue) (for JSON encoding and decoding)
0 commit comments