Skip to content

DoraFactory/Substrate-Moloch-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Substrate-Moloch-V2

Moloch DAO implementation in substrate, it's based on substrate v2.0.1.

Introduction

The application implmented V2 protocol of Moloch.In this version, there are 2 major enhancements.

  1. Anyone can submit a proposal, but only sponsored proposal can be pushed into voting/processing queue. This means to mitigate the risk of token approval.
  2. The contracts can support multiple tokens at the same time. So there are dedicated proposals to accept new tokens.

As multiple tokens are not implemented yet in substrate, we'll skip this part in our pallet.

Test

For unit test, just run

cargo test -p pallet-moloch-v2

For an integration/simulation test, please follow our detailed test guide

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages