Skip to content

Commit aef774c

Browse files
authored
docs(readme): setup
add links to setup and required libraries
1 parent fb3999a commit aef774c

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,27 @@ kdb+ adapted for usage on Ethereum/EVM Chains
1010

1111
This code is no longer in usage at Manifold Finance, which is why we have open sourced it.
1212

13-
You will need a license for kdb+ to use this (32bit works).
1413

15-
Instructions: mortals require instructions.
14+
## Setup
15+
16+
>**Warning**
17+
> mortals require instructions, you have been warned.
18+
19+
20+
1. [You will need a license for kdb+ to use this, here is the install instructions via code.kx.com](https://code.kx.com/q/learn/install/)
21+
22+
2. [Get the 64bit License via the On-Demand Personal exemption](https://kx.com/64bit-on-demand-personal-edition/)
23+
24+
25+
## Required Libraries
26+
27+
These libraries are *required*
28+
29+
[https://github.com/manifoldfinance/qBigInt](https://github.com/manifoldfinance/qBigInt)
30+
31+
[https://github.com/manifoldfinance/qQuarticRoots](https://github.com/manifoldfinance/qQuarticRoots)
32+
33+
[https://github.com/manifoldfinance/qAbiEncode](https://github.com/manifoldfinance/qAbiEncode)
1634

1735
## Utils
1836

@@ -134,8 +152,6 @@ console.log(
134152

135153
```
136154

137-
138-
139155
## License
140156

141157
This Source Code Form is subject to the terms of the Mozilla Public

0 commit comments

Comments
 (0)