A Scrypto package to manage assets as a DAO. See the whitepaper for details on how it works and its implementation.
To run tests, you should have the resim tool installed and run the following command:
cargo test -- --test-threads=1
Special thanks to scryptonight for his work on unit testing with rtm. The rtm test suite is heavily inspired on his work.