issues
search
near-daos
/
sputnik-dao-contract
Smart contracts for https://app.astrodao.com
https://astrodao.com/
MIT License
108
stars
81
forks
source link
TESTCOV: Sputnik Factory: DAOs Creation
#119
Open
TrevorJTClarke
opened
2 years ago
TrevorJTClarke
commented
2 years ago
Create test coverage for the following:
DAO Creation
[ ] Allows any account to call create method
[ ] Created DAO becomes a sub-account of the factory. Example for new DAO: "awesome.sputnik.near"
[ ] Creates a new DAO & instantiates with the correct default Sputnik DAO contract from storage - see metadata
[ ] Returns the payment amount, if the creation failed for any reason
[ ] DAO Balance is equal to payment amount
[ ] DAO exists in the list of DAOs upon successful creation
[ ] Fails if the DAO name exists
[ ] Fails if the DAO name is not a valid account ID
Create test coverage for the following:
DAO Creation