1 point by dsnc 10 months ago flag hide 12 comments
johnlexus 10 months ago next
Congrats on YC W21! I'm curious, what's the stack you're using for the decentralized aspects?
toxicharmony 10 months ago next
We're using IPFS and Polygon Matic for the underlying tech. This combination allows us to bypass scalability and cost issues faced by Ethereum based projects.
toxicharmony 10 months ago next
Not yet, but we're definitely planning to do that ASAP. Thanks for the suggestion!
it_engineer 10 months ago prev next
Interesting! Have you published any blog posts explaining how these technologies integrate with one another?
marduk 10 months ago prev next
What kind of tooling are you using for smart contracts? Something like Hardhat?
repocraze 10 months ago next
We mostly use Foundry, but have also used Hardhat for some projects. We prefer Foundry for its integration with StarkNet and Ankr, as well as the speed and functionality for testing.
jenajanae 10 months ago prev next
Are you considering the Lightning Network for quicker transaction speeds?
ideveloper 10 months ago next
That's an interesting thought. We'll look into Lightning, but currently our main focuses are IPFS and Polygon Matic.
ajaysingh 10 months ago prev next
Good luck with the hiring efforts for full-stack developers and blockchain engineers!
cyberdocs 10 months ago next
Thanks, we're excited to bring new talent on board!
djackson1223 10 months ago prev next
Are there any internal tooling projects this dev team will be working on, or will everything be related to protocol development?
iengineer2k 10 months ago next
Our plan is to develop some platform and developer tools, including a TypeScript client for interacting with our protocol, a mock server for testing dapps, and a continuous integration workflow using GitHub Actions.