NucleiStudio / governance-os

DAO as a service parachain for Polkadot. Built with Parity Substrate. Supports various pluggable voting systems.
Apache License 2.0
13 stars 5 forks source link

governance-os can’t be connected to Substrate Front End Template #39

Closed kenokenobingo closed 3 years ago

kenokenobingo commented 3 years ago

When running governance-os on my local computer, the front end template can’t connect to it (regardless of using it locally or on substrate.dev). The front end template is able to connect to canvas or the basic substrate-node-template, though.

ETeissonniere commented 3 years ago

Have you tried using the Polka JS UI, you will need to use the custom types though.

Also please note that the node does not use the normal balance template though. I had to make a custom way to support multiple assets.

You can find some nice tutorials (also they may have changed a bit) in the folder dedicated to the web 3 foundation too.

kenokenobingo commented 3 years ago

Yes, using the Polka JS UI works out. I just thought there might be a bug because of the problems with the front end template.