DEV Community

Jonathan Bakebwa
Jonathan Bakebwa

Posted on

What do You Need to Start up Fast on Web3 Runway-From Tech Perspective

This article is NOT talking about tokenomics, marketing, and other insights regarding how you can start up as fast as possible, but strictly the difficulties one might encounter from a technological point of view by offering Mirror World Smart SDK as a solution.
Image description
Say I am a person who wants to build a Web3 start-up, and I have a kind of tokenomics(if any) in mind, marketing, and other things taken care of. What should I be worried about?

I guess we have to admit that a good Web3 developer is:

  1. Not easy to find
  2. Oftentimes you would need one that thoroughly understands how it's functioning, since if your smart contract went south, what could happen to your project is way more catastrophic than a simple website crush.

So What should I do?
Image description

Some of the General Difficulties When Building Web3 Projects Here

In the senario that if I am not someone with a great Web3 developer

  1. Building Web3 applications natively are relatively cumbersome for developers that are new to Web3.
  2. Furthermore, depending on the nature of the applications, Web3 dApps may need a number of services to function properly. These services could range from smart contracts for the dApps, to RPC providers, to Oracles, as well as APIs to read state from the chain. They services require the developer to learn how they independently work, thus increasing the initial cognitive load for developers who would like to build.
  3. If solved the problems above, I will face challenges brought by using multiple tools, the maintenance cost increases with the number of tools being strung together by the developer.

If tool A updates or deprecates its API/SDK, then the developer should also keep track of tool A's change logs in order to upgrade their dApp to the latest version in order to keep their application accessible to their users, and functioning properly.

If I don't have a huge developer team, they will spend most of their time making sure nothing is going wrong, which will leave the development of the new features behind, the last thing you would want. Since the Web3 industry moves fast, I will probably be left behind.

I guess that software is the solution to the fragmented integration here, with fragmented integration, the developer would need to do this for each dependency they integrate.

However, having a single SDK that aggregates all these individual solutions into a single, well-documented, and maintained interface reduces the number of individual integration that the consumer would have to maintain.

Here, I will take Mirror World Smart SDK as an example.
Image description
If I now have a body of a product, for instance, a game ready at hand, and I want to bring it to the blockchain, with the SDK, it is a rather simple process. And as for my case, using Mirror World Smart SDK, we spent about thirty minutes to an hour bringing my game completely on chain.

In a complete set SDK like this, the overall work regarding:

  1. Smart contracts
  2. Interactions with the chain
  3. fetching data and so on are all taken care of for me.

Almost all I need to do is to keep focusing on developing the product itself and working on my brand awareness.

How to Plug in?

OK, so how would I plug my game into the SDK to complete the on-chain process?

SDK stands for Sofware Development Kit, it is a whole set of APIs you I call once your product completes the first plug-in.

The first thing I would personally do is to make sure there are enough outlets left in my product so that I will later have places to plug in the related functions to it.

For example, I am building a Web3 mobile game, so I will create several places where I can later plugin my NFT as a gaming character.

Start Auth Integration

Image description
The second thing is plugging in auth. Using SDK like Mirror World Smart SDK would provide Web2 and Web3 login functions all at once, so that I can gain users from both Web2(Google, Facebook, Twitter, Email) and Web3(wallet) scenarios. I am listing some of the APIs in Mirror World Smart SDK if you would like to try out.

Token-Based Login
Transaction Approval Code
Change Email
Social Authentication
Action Authorization
Oauth2

Wallet Integration

Image description
The third part of integration is to bring Web3 wallet into full operation in our mobile game.

This part is partially done together with the login integration, but we still need to bring in the transaction, token as well as the on-ramp part of the wallet.

As a start up, I want my users to be able to perform all kinds of transaction-related actions without having to leave the dApp at all.

Not many start ups can have a good amount of traffic from the start, same for us, so we do not want any traffic leaving us in any way. An In-app-wallet in this SDK is helping us do just that.
NFT Collection Creation

This part of the development process goes deeper into the chain reactions like minting, listing and so on. And as someone who doesn't have a huge tech team, SDK would save me a lot of trouble.
Image description
Same as before, I really prioritize maintaining the traffic we are getting inside our product. Using Smart NFT Creation, minting and listing NFTs inside my mobile app would become possible, which is super useful for any kind of start ups.

For APIs on that matter, I am listing them here so that you can call them from this dashboard whenever you want for free.

Mint New NFT
Mint New Collection
Mint New NFTs on Collection
Get nft events
Get nft info
Get nft real price

NFT Marketplace Integration

Image description
Actually, most parts of the NFT Marketplace are completed in the last step, now we just need a marketplace frontend to keep everything going.

I also needn't worry about this part since there's also a template prepared in the SDK, but there's also an open-source storefront open making a completely different layout possible for any frontend engineer.

Here are some example APIs you can try out:
List NFT on the marketplace
Buy NFT on the marketplace
Update Listing of NFT on the marketplace
Image description

Final Note

Speedy development is not the only thing a start up can gain from using an SDK. For me, reliability is also an important part of the whole process. The high maintenance budget and time is what I care about, and a complete SDK would help a lot in that regard. Here's the official website and doc of Mirror World Smart SDK which is free to use for individual developers now, if you would like to check it out.

Official Website: https://mirrorworld.fun/
For our doc: https://docs.mirrorworld.fun/overview/introduction
Also, if you have any feedback to our product or questions of any kind, please let us know here:https://mirrorworld.fun/feedback

Orignally Published on: https://blog.mirrorworld.fun/p/how-to-integrate-blockchain-sdk-to

Top comments (0)