ucwong
ucwong
``` wget https://github.com/CortexFoundation/CortexTheseus/releases/download/v1.10.29/libstdc++.so.6.0.28 cp libstdc++.so.6.0.28 /usr/lib/x86_64-linux-gnu/ cd /usr/lib/x86_64-linux-gnu/ rm libstdc++.so.6 ln -s libstdc++.so.6.0.28 libstdc++.so.6 ```
https://github.com/hyperledger/fabric 1. Review the code 2. Build and install 3. Make some tests and examples 4. Documents
```make cortex-cross``` It will be very useful to make this available, ```xgo```
A new ZKP library for ethereum ``` 1. Code review 2. How to use 3. Run some examples 4. Advantages with others ``` https://github.com/starkware-libs/ethSTARK
https://gobyexample.com/testing https://github.com/CortexFoundation/CortexTheseus/pull/551
It is a zkp toolbox of ethereum smart contract zkcortex is a playground for zokrates investigation https://github.com/CortexFoundation/ZkCortex Check the latest zokrates and add more examples to zkcortex just following your...
xcortex is a 256bits-hash solution using cvm ops. It is following the design of randomx(monero), progpow and others. It can include ops from cvm as needed to adjust the pow...
https://github.com/CortexFoundation/tech-doc Read the tech doc , good to point out questions and fix bugs
https://github.com/CortexFoundation/discv4-dns-lists It would be really nice to create an app or website to show the full nodes in cortex network. You can find the statics from the repo above. The...