merkaliser / scilla-vanilla

MIT License
20 stars 6 forks source link

ERC777Token (Token Contract) for Scilla #4

Closed iamjaspreetsingh closed 6 years ago

iamjaspreetsingh commented 6 years ago

This PR contains ERC777 Token Contract implementation in Scilla.
It contains the functions required for ERC777 token implementation.

References taken: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-777.md https://github.com/jacquesd/ERC777/blob/master/contracts/examples/ReferenceToken.sol

vaibhavchellani commented 6 years ago

Also @iamjaspreetsingh it would be great to have a message.md containing all the message.json required to test the functions

iamjaspreetsingh commented 6 years ago

@vaibhavchellani added message.md for testing.

vaibhavchellani commented 6 years ago

great work @iamjaspreetsingh , merging !