hc icon indicating copy to clipboard operation
hc copied to clipboard

Holographic consensus implemented as an Aragon app

Results 5 hc issues
Sort by recently updated
recently updated
newest added

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...

``` $ 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...