StakingToken
StakingToken copied to clipboard
Update Staking for current token
I have 1 custom token on Kovan test net, but it just a simple smartcontact like "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol". And now I want to update Staking for my token. Can I do that without create 1 new token?
https://github.com/pironmind/TokenActionProtocol
@cong235 If you using a Proxy pattern you can just replace your token implementation :smile: If not, you should be able to run burning and minting tokens from an external contract.