Hey there great people, its your friendly neighbourhood fullstack blockchain developer.
This is my eighth article as part of an 8 article series describing my eighth week as part of this fellowship.
I am building a decentralized Insurance protocol, that allows you to mitigate the risk exposure for investments being insured by the protocol.
It is based off of the following paper:
https://github.com/cifunibas/decentralized-insurance/blob/main/DeFi_Insurance.pdf
Well majorly front-end, and trying to do the create risk spectrum track but was not able to do so. I am getting a rather persistent error
Anyways, something I learn today,
hardhatServer:{
url:"http://127.0.0.1:8545/",
chainId:1,
},
hardhat:{
forking:{
enabled:true,
url:process.env.MAINNET_HTTP_URL,
accounts:\[process.env.PRIVATE_KEY\],
},
chainId:1,
allowUnlimitedContractSize: true,
gasLimit: 50000000,
},
over here, in the mainnet fork, we can do allowUnlimitedcontractSize, but i guess it only works for non factory based deployments, i.e. scripts based deployments.
Also through this fellowship i have also learnt that one of the big things that I can improve on as a builder is to try out more no-code tools that can help fasten my development time.
Well later on, after this fellowship, im probably gonna finish the create and later even use a voting based system to create risk spectrums
For any further discussions or to extend it, feel free to approach me with any feedback, or any discussions about the same.
My linktree has been given down below.
https://linktr.ee/nabeel_054002
Honestly, why shouldnt you, I got to meet such awesome people, not only as part of the fellowship but also as part of the panels.
Constantly I am reminded that this space is so vast and not just your regular smart contracts and frontend.
So many new things, from an eSIM to Human Wallet, to something of a startup that seems pretty promising, Banana Wallet, there was a huge spectrum of people and connections which I genuinely think were really valuable.
One of the things that stood out to me was the DAOs panel, as someone who was rather skeptic towards integration of DAOs into workspaces, but Justice’s approach towards it was that of problem solving rather than that of advancing web3.
Another thing that stuck with me was that in one of those panels, someone had said, that the main selling point of your DApp shouldnt be that its built on the blockchain, i.e. it is built on trendy techstack.
Overall it was an awesome experience, and definitely helped me boost as a builder in this space. Thanks a ton to the Devfolio team and to my mentor.

