Skip to content

bitsanity/treasury

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

treasury

UPDATE:

  • added support to manage TOKENS as well as ETHER assets
  • removed for-loops to reduce gas consumption
  • major overhaul ui to use release 1.0.0 web3.js API
  • refactored smartcontract-access logic in one file

Overview and UI Demo (VIDEO)

// ---------------------------------------------------------------------------
// Treasury smart contract. Owner (the Treasurer) does not have the ability to
// spend.
//
// Instead, the Treasurer appoints Trustees who approve spending proposals.
// Funds are sent automatically once a proposal is approved by a simple
// majority of trustees.
//
// Trustees can be flagged as inactive by the Treasurer. An inactive Trustee
// cannot vote. The Treasurer may set/reset flags. The Treasurer can replace
// any Trustee, though any approvals already made will count.
// ---------------------------------------------------------------------------

About

Smart Contract enabling groups to co-manage funds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published