wslyvh / useWeb3

useWeb3 provides a curated overview of the best and latest resources on Ethereum, blockchain and Web3 development.
https://useweb3.xyz/
MIT License
392 stars 164 forks source link

Wriggly - Submitting a Coding Challenge #110

Closed siddDas98 closed 1 year ago

siddDas98 commented 1 year ago

Hello,

We would like to add our application to be a part of your web3 coding challenges. Wriggly is a web3 blockchain learning platform to practice Solidity based coding challenges to prepare for interviews.

Please find attached our .md file.

Thanks,

Sidd

wriggly.md

wslyvh commented 1 year ago

Hi, please submit a PR with your md. Thank you!

siddDas98 commented 1 year ago

Hey Wesley,

I'm getting this error when I try to push to my branch. I also used ssh to clone the repo. If you could help me, I'd really appreciate it.

image

Thanks,

Sidd

wslyvh commented 1 year ago

It seems like you haven't correctly configured your credentials. What happens if you ssh -T git@github.com ?

Make sure to follow the steps at https://docs.github.com/en/authentication/connecting-to-github-with-ssh

siddDas98 commented 1 year ago

Got it to work, thanks!