# EIF'3 Week #7:  Mobile Wallet App Improvements

By [Tushar Ojha](https://paragraph.com/@tushar-ojha) · 2023-04-05

---

This week was focused more on bug fixes and setting up the environment for building the Proof of Concept of the idea in general. I was able to

Quick Recap
-----------

I am working on my project that aims to solve Proof of Work issue for developers by providing them private claims on their achievements that can be used to generate proofs.

[https://mirror.xyz/0x1c55DdbfdE4382AEa2Bb3F9d15A0b4c36D2fFB6E/jNghuTrhMjE6TTkAcfJRsD-XiuomyHw29rA1tr\_6QyE](https://mirror.xyz/0x1c55DdbfdE4382AEa2Bb3F9d15A0b4c36D2fFB6E/jNghuTrhMjE6TTkAcfJRsD-XiuomyHw29rA1tr_6QyE)

**Progress Report:**

*   Setting up issuer node in AWS EC2
    
*   Add login feature in mobile app to support easy authentication
    
*   Add wallet connect support to the mobile app
    
*   Setup method to mint SBT as public proof of work for developer
    

### Setting up issuer node in AWS EC2

The overall process to setup on AWS is same as having local node the only difference is running the Redis & Postgres separately and linking them with the main EC2 instance.

This was my first time using AWS at this scale, super product of myself ✊🏼

### Adding easy login feature in mobile app

As a builder, my priority is to bring maximum people onboard with minimum stress. So, I decided to use Github authentication using web3auth to onboard developers.

Need to build an open-system down the line anyway.

That’s why I am integrating wallet connect support too.

### Minting SBT for public claim

The idea is to showcase the public identity as developer with achievements and method to mint non-transferrable NFT. But the challenge is who will pay for the gas fees so I thought to pay by myself.

**Next Steps:**

*   Create a verifier website UI for demo
    
*   Fix issues in schemas for claims about Hackathons
    
*   Build a simple issuer frontend for issuers connecting to our hosted node
    

And here’s the conclusion of 2nd last blog of this Ethereum India Fellowship’3.

Never. Stop. Building.

~ Tushar

---

*Originally published on [Tushar Ojha](https://paragraph.com/@tushar-ojha/eif-3-week-7-mobile-wallet-app-improvements)*
