Claim Your Account
Lets get you verified!
Great! You may close this page
after you've sent us the code on ideascale.
You will receive a confirmation once your account is validated
To verify your ownership of this profile,
please send a personal message to
Lido Nation
on ideascale and include the code above.
Login to follow Steven Fisher
Steven Fisher
Mehen
Claim Account
Follow
Bio
Missing Bio. Claim profile to add a bio.
Community Reviews across funding rounds
Funding data last updated
Steven Fisher Proposals (5)
ADA Bug Bounty Website
Solution: A website will be created to allow anyone with a Cardano wallet to create, interact with, and claim a bounty. Bounties can range from coding help to reporting security vulnerabilities in a project.
Mehen: USDM State Regulatory Fees
Solution: MUSD will be the 1:1 fiat-backed, directly-convertible stablecoin built for and by the Cardano Community.
Fiat-backed coin issuers need state money transmitter licenses. This proposal pays state fees
Mehen: Onboarding Assistance
Solution: Mehen wishes to lower the barrier to entry unbanked creators and investors face by subsidizing the cost required to enter the Mehen ecosystem, including background check and ID verification expenses.
Mehen: Fiat-backed Stablecoin USDM Quick Pitch
Solution: Mehen is working with the community to build a Cardano Native Asset stablecoin, USDM.
USDM uses stablecoin best practices: fully-backed 1:1 with high-quality, liquid, transparent, audited USD assets.
USDM: Fiat-Backed STABLECOIN - by Mehen: Cardano's Premiere Fiat-backed Stablecoin
Solution: Mehen is actively building USDM - A 1:1 USD licensed fiat-backed stablecoin with oversight, & decentralized reserves verification; prioritizing integrity, transparency, and reinvestment into Cardano.
Monthly Reports
Error following
Successfully subscribed. Watch your inbox!
We will check for new reports and deliver them directly in your email.
Your email will not be shared with any 3rd party or be used for anything else.
I was able to submit the transaction to preview net. In the video, I show a login using the user's wallet, changing the user profile, submitting a bounty, looking up the transaction on chain, seeing the bounty hash in the metadata.
-
Reserved ADABounties.io domain and registered @adabounties on Twitter
-
Created the open source repo and added all the issues to my milestones (although I just realized I didn't pull them in to Gitlab from my initial Github repo.. have to go back and do that) https://gitlab.com/ada-bounties
-
Created the initial web framework with a profile page and wallet connect modal https://gitlab.com/ada-bounties/web/-/tree/main/
- User can connect their gero, eternl, flint, or nami wallet to the site
- Created most of the domain objects I'll be using
- Created most of the services and observables I'll need to include one for accounts, bounties, available tags, notifications, user options, and Cardano wallet
-
Created most of the server back end to include things in future Milestones: https://gitlab.com/ada-bounties/server/-/tree/main/
- Initial domain objects like account, Bounty, comment, reactions, user options, tags, and "contact us" messages
- Handlers for each of those domain objects
- Websocket setup and handling
- Connection to Elasticsearch (with index setup)
- Pulling secrets (like the elasticsearch password) from AWS SecretsManager (I did disable it for now though.. you do have to pay for it)
- Email notification service
- Elasticsearch Tag searching, aggregation, and counts
- Elasticsearch tag autocompletion
- Initial Bounty comment handling
- Initial Bounty and comment reactions