Note I: Status is a state machine in that you can only
update it in the order seen above. So "CREATED"
-> "PENDING"
is a valid transition while "CREATED"
-> "STARTED"
is not.
Note II: Before setting a project's status to FUNDED
, you
have to send some tokens to the project's wallet first. If you
don't do that before trying to set the status to FUNDED
, you
won't get an error but the status won't be changed either. This
is because of a poor error handling logic in the ixo backend
which is going to be fixed as soon as possible. For now just
please keep this in mind. Use getProjectFundAddress
below to
get the wallet address to send tokens to.
Use getProjectFundAddress
below to get the wallet address to
send tokens to.