Reacting to Web3

Bookmark

What are the opportunities available to web devs in web3? What problems are they likely to face transitioning to web3? How the Decentology's Hyperverse solves these problems and can help them avail of these opportunities.

by



Transcription


This is unfortunately just one of the bad puns that I'm going to be using today. So I am your token web 3 developer at the conference here today. My name is Jonathan Shealy. I work for Decentology and we build developer tools for people, for you to be able to do react component based blockchain applications where you do not have to write any of the blockchain code. So just like webpack and libraries like Tanner's new TanStack, there's only a few people who actually need to build blockchain applications and package them up as modules to deploy for all of us to just use and not have to pay that cost and get the benefit. So our goal here is to provide web 2 developers like yourself to access web 3. So either if you're a manager or a client that asks you, can you just add some blockchain, you do not need to learn the programming languages like Solidity and rust in order to actually deploy a blockchain app. It's as simple as just npm installing the modules and away you go. So let's see some code. That's why we're all here today, right?

So this is what adding blockchain code to a standard react component would look like. You end up just importing some core libraries. You have an initialize function like if you ever use Stripe or Auth0 or anything like that. You just pick your blockchain, you pick the network and any modules that you want to add. In this case, we're using the ER721, the NFT module. So wrapping it in a simple react context, your main part of your app allows you to connect and log in a user. So similar to like Gmail or Facebook or anything like that, you would now just be able to have the user directly log in, which honestly is just simply public private key encryption, the same thing we use to connect to GitHub and do that kind of thing every single day. Now the user can just do that on your website. In order to use the modules, you just take another component and simply wrap it in a use hook. And in this case, one function should be able to mint an NFT. So you do not have to deploy that contract or anything like that. You just get that for free and it connects automatically to the wallet. So what's in the box? So that wallet connection I mentioned, so authentication, you get the network negotiations, you don't have to figure out all of the different networks that are provided for each blockchain that might exist. All the contracts are already deployed for you. So we use a factory pattern we call like the tenant architecture, but it's simply a pre contracts already deployed and you just get to use them. Decentralized storage is also built in.

So we have baked in modules for IPFS and Skynet. So anyone Terminator fan, that name is hilarious. And they're all typescript library. As Tanner mentioned earlier, huge fan of typescript and I could never build anything without it. And we also create a testing harness. So we believe in order for you to actually see these things without actually installing them, everything is done in storybook. So you can actually go in and play with them and see how it actually works and make sure the functionality is there that you want before. So no buyer's remorse as it were. So that's kind of what we have in the box. So the two questions I always get asked is, what can I build with web3 and why do I need it?

So to answer the second one first here is why you need it, you might not. But if anyone has any of these concerns of what you can build, so game engines and adding kind of microtransactions, which is sometimes a naughty word, but a lot of applications do need that. So being able to add that with a mobile application for payments. Anytime you have any kind of contracts where you just want to guarantee that both sides are sort of being honest, so a mediator type contract pattern is. And then creating a business logic application where another developer could come in. So let's say you want to focus on creating a game, but another developer can just read the blockchain and create a whole ladder-based engine based on your data and you didn't have to build that. The community can help drive information. And again, like I mentioned earlier, simple authentication. So if you just wanted people to be able to log in and you want to know something about them without having to use one of the big three authentication providers, and you don't have to build an authentication provider yourself, because no one likes to do that. And then payments. So if you wanted to create your solo version of Medium, you could do a subscription-based model. And lastly, I want to say one of the things that we advocate for is for open source. So this kind of model allows developers to put in a small royalty fee into any of the paid transactions. So if the model has a $5 transaction for me to give to you, you would be able to simply add in a tiny 1% markup and you would get that royalty forever as the developer. And that's something we advocate for to boost our open source.

With that, we have some documentation here you can visit and go to our Discord.

And thank you, Amsterdam. Thank you. I had no idea that my passion for the outdoors would lead me to a life of environmental activism. I was born and raised in a small town in the Netherlands. I was always drawn to nature and loved to explore the woods and fields around our home. I loved to read and would get lost in books about the natural world. I learned that this ever-changing world is one ecosystem filled with plants, animals, and people. As a child, I believed that all of these living things deserved to live in harmony. I was always a very curious student, and in school I was drawn to subjects that taught me about the environment. I also spent as much time as I could volunteering for environmental organizations. When I was a teenager, I had a teacher whose class was about the environment. She told me that if I was serious about protecting the environment, I needed to go to college. She said that I could be a doctor, teacher, or lawyer, but it was important to get a formal education first. I followed her advice and went to college, where I studied biology, chemistry, and physics. I also took classes in law and politics. I was very interested in the way that the world worked, and I wanted to understand the environment better. I also wanted to learn how to protect it. In college, I found out about the environmental organization Greenpeace. I tried to learn as much as I could about them. When I finished college, I applied for a job with Greenpeace. I was very happy when they accepted me! I worked with Greenpeace for several years. I traveled all over the world, visiting different countries and speaking with people about environmental issues. I learned that many people felt the same way I did about protecting the environment. I also learned that many people didn’t know much about the environment. In 2002, I decided to start my own environmental organization. I called it the Earth Organization. I wanted to educate people about the environment, and I wanted to teach them how to protect it. I also wanted to help the world’s poorest people get access to clean water, food, and medical care. The Earth Organization is still around today. It has thousands of members all over the world. We are working every day to protect the environment and make the world a better place. I am very proud of the things we have accomplished. I am also very grateful for the opportunity to make a difference in the world. I will never stop fighting for what I believe in.
6 min
17 Jun, 2022

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Workshops on related topic