hc
hc copied to clipboard
Holographic consensus implemented as an Aragon app
I does not compile even after applying https://github.com/ajsantander/hc/pull/5: ``` $ yarn start ... 🚨 /home/porton/Projects/hc/app/src/index.js: Duplicate plugin/preset detected. If you'd like to use two separate instances of a plugin, they...
Closes #3.
``` $ yarn && yarn start ... Error: Cannot find module 'core-js/modules/es.array.slice' ```
Hello. Trying to get HCVoting.sol contract deployed. Per README instructions, i'm using command: ```npm run start:http:template``` which doesn't appear to be working as described in the **[using HTTP](https://github.com/ajsantander/hc/tree/tutorial/part4/holographic-voting-end#using-http)** section of...