Hacker News new | ask | show | jobs
Show HN: Solidity on Replit (blog.replit.com)
6 points by tangert 1709 days ago
2 comments

hi all, coauthor of both the blog post and solidity template here. this project started off as a weekend thing, and we spent the last few weeks refining it for a beta launch!

excited to share it with everybody and take in any feedback to improve the template more :)

Is this only for the solidity part, or can you work on the FE (react?) part at the same time?

Is this a good on-ramp to full-stack[0] web3 development?

[0] By which I mean including browser code, not just smart contract code

The deployment UI you see is actually just a react app. So it’s running both at the same time. So yeah, you can do both! But the template is mainly for prototyping contracts directly. Might make another full stack template tho.