I was just recently going through programtheblockchain.com posts which are really helpful in terms of learning.
I am currently struggling to deploy Token Market Contract (https://programtheblockchain.com/posts/2018/02/27/writing-a-token-market-contract/) which uses import function to import part of a code from separate file. Seems like remix not finding tokenmarket contract to deploy (parserError: Expected token Semicolon got 'Interface' interface IERC20Token { ) Any change anyone knows what is the issue here, maybe there is an issue in the code itself? Although I bet it is me not knowing how to deploy multiple files.
Thanks,
approvetokens for the contract to spend and calllistto list them for sale. Finally, callbuy, passing the ID you got back fromlistand passing the amount to buy and attaching the right amount of ether. It's a bit tricky to get all those things done. Feel free to ask a new question (and flag me in the comments with @smarx!) if you're still stuck on a specific step. – user19510 Apr 03 '18 at 03:29I was under impression that it will allow to list any tokens. Eg if I have ABC on address A, and DEF on address B, I could list it with my price for someone to buy, even if I am not a creator of a token contract.
– dodocod Apr 03 '18 at 23:10