testnet
testnet copied to clipboard
Sample contracts
child of #19
- [ ] rust
- [ ] assemblyscript
- [ ] C++
From ewasm roadmap:
Implement ENS registar / resolver in C Implement RSA in C (with or without using the modexp contract) Implement Smartpool.io (which basically does an Ethash verification)
Update from today's meeting:
- Besides ERC-20 example, are there ideas of other examples we can do?
- Some precompiles e.g. Blake hash
- Just make sure to exclude anything that doesn’t fit in the block size limit
- Blake, zk-snarks
- fixed-point arithmetic exponentiation (@ehildenb)
@lrettig Actually ENS resolver in AssemblyScript could be a good idea :)
Sure. Let's get some basic stuff working first :)
The ENS resolver is more basic than a multisig wallet, btw :)
Is there an existing contract I can take a look at?
Sent via Superhuman iOS ( https://sprh.mn/[email protected] )
On Wed, Jul 25 2018 at 12:40, < [email protected] > wrote:
The ENS resolver is more basic than a multisig wallet, btw :)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub ( https://github.com/ewasm/testnet/issues/22#issuecomment-407818965 ) , or mute the thread ( https://github.com/notifications/unsubscribe-auth/ADKbNF9Hpvx9vTvZvQuJ9X64prDmgoxcks5uKJ9pgaJpZM4UXE8O ).
Suggested reading:
- http://docs.ens.domains/en/latest/introduction.html#ens-in-5-minutes
- http://docs.ens.domains/en/latest/implementers.html#writing-a-resolver
- https://github.com/ensdomains/ens/tree/master/contracts
@lrettig @axic Can we add Nim to this bucket list? We guys are happy to help!!
This issue is probably not very useful in terms of project management, better to have individual issues for each of these ideas.
@kggp1995 please create an issue for Nim.
#122 now tracks Nim Contracts on eWASM
CF also https://github.com/ewasm/wrc20-examples/issues/1