I´m want to create a cryptcoin, and index its value to the value of a company.
So If the user contribute with my service, he will be rewarded with my coin. First, this coin wont have any value, but if the company grows, it gains value.
The part I did not understand, is How to use my created coin in the contracts I´ve made? I created a contract to pay rewards, and a coin token contract, using the samples. What´s the next steps?
sendthe ethers to an account of your choice. My advice is to start from a sample token like the ones in OpenZeppelin github repo, they are used as base for tokens with public ICOs. – Ismael Jun 09 '17 at 18:35