-
Updated
Nov 18, 2020 - Scala
dao
Here are 430 public repositories matching this topic...
-
Updated
Dec 4, 2020 - Java
-
Updated
Nov 16, 2020 - Java
-
Updated
Dec 4, 2020 - Java
-
Updated
Nov 12, 2020 - C++
-
Updated
Apr 18, 2017 - Java
-
Updated
Aug 15, 2019 - Scala
-
Updated
Nov 23, 2020 - Java
-
Updated
Oct 26, 2020 - C++
-
Updated
Apr 11, 2020 - C++
-
Updated
Dec 5, 2020
-
Updated
Mar 16, 2017 - Scala
-
Updated
Jan 1, 2020 - Java
-
Updated
Feb 9, 2018
-
Updated
Mar 13, 2017 - Java
-
Updated
Jan 15, 2020 - Java
-
Updated
Mar 29, 2019 - Visual Basic
-
Updated
Feb 13, 2019 - JavaScript
-
Updated
Oct 10, 2020 - TypeScript
Currently we've hard-coded our state persistence into the UI layer and are using the localStorage of the browser. We should instead be making API calls into the Lib layer, and using an interface the implementer of the library supplies upon initialization.
For example:
import { initStateStore } from "lib/state";
// localStorage in browser, file in CLI
setStateStore({
getItImprove this page
Add a description, image, and links to the dao topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dao topic, visit your repo's landing page and select "manage topics."
"но надо будет думать, как решить эту траблу нормально (походу только через isCanDo(“startVoting”) и isCanDo(“finishVoting”))
то есть сейчас owner токенов - это DAO
можно туда добавить методы startVoting() isCanDo();
и
finishVoting() isCanDo() а в StdDaoToken оставить только onlyOwner потом"