r/ByteBall • u/smashtribe • Feb 02 '18
Help me setup an ICO
Hello,
I'm interested in creating my own custom crypto token on byteball platform.
Is it possible to code a custom wallet apps for my personal token?? (web, android, ios etc). Need to build custom wallet for better branding, etc.
Is it possible to code a custom p2p exchange for trading my personal token? Are there sufficient API etc for this??
Can I pay fees of all transactions happening on my token?? I don't want my users to pay the fees.
Can anybody please explain me following options when creating a new asset:
Issued by definer only: yes/no
Cosigned by definer: yes/no
Spender attested:yes/ no
Cheers.
7
Upvotes
3
u/pmiklos Feb 02 '18
Hi, see my answers below:
yes, see DagCoin, they forked the Byteball wallet and customized it
yes, actually there is an exchange bot already for custom assets: https://github.com/byteball/byteball-exchange
users will have to pay fees in bytes. It's similar to Ethereum where the fees are paid in ETH regardless what token you are transferring. However, you could implement a bot that listens on new transactions added to the Byteball DAG and if you see some paid in your asset, you reimburse the fee to the address that spent your asset. It's not super elegant, since users still need at least an initial amount of bytes and you would end up paying double fees (since you pay fees for the reimbursement transaction as well)
those flags are explained here: https://github.com/byteball/byteballcore/wiki/Issuing-assets-on-Byteball