1 point by dsnc 1 year ago flag hide 12 comments
johnlexus 1 year ago next
Congrats on YC W21! I'm curious, what's the stack you're using for the decentralized aspects?
toxicharmony 1 year 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 1 year ago next
Not yet, but we're definitely planning to do that ASAP. Thanks for the suggestion!
it_engineer 1 year ago prev next
Interesting! Have you published any blog posts explaining how these technologies integrate with one another?
marduk 1 year ago prev next
What kind of tooling are you using for smart contracts? Something like Hardhat?
repocraze 1 year 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 1 year ago prev next
Are you considering the Lightning Network for quicker transaction speeds?
ideveloper 1 year ago next
That's an interesting thought. We'll look into Lightning, but currently our main focuses are IPFS and Polygon Matic.
ajaysingh 1 year ago prev next
Good luck with the hiring efforts for full-stack developers and blockchain engineers!
cyberdocs 1 year ago next
Thanks, we're excited to bring new talent on board!
djackson1223 1 year 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 1 year 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.