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

Replace `tokens` with `assets` #42

Open ETeissonniere opened 3 years ago

ETeissonniere commented 3 years ago

Seems like future versions of substrate will have a dedicated trait to work with the assets pallet. We should be able to replace our custom implementation with this.

The main question would be if it is still possible to have dorgs with the native currency token.