TODO 478 B

12345678910111213141516
  1. priority: immediate
  2. * move schema.rs to darkfi/example
  3. * rename it to dao.rs
  4. * we want to be able to run it like how we run example/tx.rs
  5. * cargo run --example dao
  6. * and it should compile and work
  7. priority: low
  8. * the things in util.rs are not all utils
  9. * some of them should be moved to other modules eventually
  10. * rename [foo]_contract to just foo
  11. * contract/dao_contract/ is redundant
  12. * we can just have contract/dao