-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI Design: Asset Creation/Management #1062
Comments
You mean 'Asset management', not 'Asset creation' right? We better make/discuss all the available features we want to give access to and make some sort of specifications list. @achamely |
@oktype I do mean create and manage. There are currently 2 types of tokens / properties (managed/unmanaged). And while the initial creation of both is almost identical it does still require creating to start. Here is the list of properties and what the creator/owner should be able to do with them. Take a look and let me know if it make sense Unmanaged Properties: |
@oktype We would like to have this designed ready for/by stand-up Tomorrow Oct 29 |
For tracking purposes:
|
@oktype After talking with @marv-engine we are going to push this out and add 1 more day, Oct 30 |
Thanks @achamely |
Can we allow the user create initial amount of tokens when creating managed property? |
@oktype Unfortunately we can not use the same transaction/block, according to the spec it is a two part process (https://github.com/mastercoin-MSC/spec#new-property-with-managed-number-of-tokens). We might be able to do the advanced signing but there is a certain amount of infrastructure upgrade/change that will need to take place to allow this action to happen. For now (at least for the initial setup) it will most likely need to be a two part process (mostly because we do not know what the currency id for the new property will be until it is accepted in the block chain (think two people creating a managed property around the same time. If we assume the next available property id is our users and it turns out someone else creates a property before their property gets accepted in block chain their presigned token grant becomes invalid. |
The new asset creation / management features of Mastercoin need an interface.
Asset creation can probably be rolled into the existing 'create smart property page with minor tweak to tx type' But the management of the property (revoking tokens, adding new tokens) will need new ui design. This issue is to track the design of the new interface which will then need to be implemented.
The text was updated successfully, but these errors were encountered: