Mirror Worldmirrorworld.hashnode.dev·Sep 29, 2023How to integrate MirrorWorld SDK into your crypto game using unityIntroduction Picture this: you own a powerful weapon in Call of Duty and wield that very same weapon in Fortnite. Or perhaps you modify a car you purchased in Asphalt for use in GTA. Sounds exciting? Now, imagine being able to sell your in-game asset...Discusssdk
Huifeng Jiaoblog.jlab.tech·Sep 22, 2023A quick investigation of AA SDKA quick investigation of AA SDK 背景:要参加黑客松,基于AA做一些想法的探索,所以需要一个AA的SDK选择。 updated:9-19 2023 目标:从下面选择一个适合PoC,可能也适合未来的SDK 要求:可以基于SDK做我们的二次开发 1. SDK可信中立,不依赖特定的中心化的资源(组织、受控合约等) 2. 支持批量部署和批量替换(本次poc核心诉求,应该是工程层面的开发速度要求) 3. 钱包合约内容基于proxy可升级 4. proxy由可信中立控制(初期由...Discussaa
Tatiana CaciurforSpeakeasy Blogspeakeasy.hashnode.dev·Sep 17, 2023OpenAPI Tips - How to set operationIdIntro The OpenAPI spec is best known for descriptions of RESTful APIs, but it’s designed to be capable of describing any HTTP API whether that be REST or something more akin to RPC based calls. That leads to the spec having a lot of flexibility baked...DiscussOpenApi
Vraj DesaiforHuddle01huddle01.hashnode.dev·Sep 14, 2023Build a web3 Clubhouse using the Huddle01 SDKHuddle01 recently had a fantastic launch party to introduce our brand-new audio spaces feature. Alongside that, we put together a step-by-step guide on how you can create your very own audio spaces using the Huddle01 SDK 🎙 After such a great launch ...Discuss·1 like·40 readsclubhouse clone
Mirror Worldmirrorworld.hashnode.dev·Sep 14, 2023How to Setup, Run and Package MirrorWorld’s Unity SDK demo gameIntro A lot of times, people find it difficult to set up, configure, run and compile our Unity SDK Demo Game and in this article I'll walk you through how you can get everything up and running in no time! Prerequisite Basic knowledge of Unity and C#...Discusssdk
Rasha abdulrazzakrasha.hashnode.dev·Sep 8, 2023Solve Common errors you will face with FlutterI am currently learning Flutter and encountering numerous errors. Consequently, I have chosen to document the solutions to these errors so you can benefit from them. Solve Error "Future isn't a type", after upgrading to 3.10, The solution: If th...DiscussFlutter
Anca GforLocalStackhashnode.localstack.cloud·Sep 1, 2023Language SDKs to Use with LocalStackIs your application interacting with Amazon Web Services? No worries! AWS provides client libraries and SDKs for a wide range of programming languages, here are just a few of them: As promised, LocalStack can be a drop-in replacement for the most po...Discuss·37 readsStack BytesAWS
Daniela PassosProdanizeres.dev·Aug 28, 2023Building a QR Code Generator: A Simple SDK You Can Create TodayIn a digital world swamped with complexity, there's something simple about QR codes. QR codes are used everywhere. A square grid of black modules on a white background, and yet it holds the potential to share complex data in a scan-friendly manner. W...Discuss·37 likes·111 readsBuilding in PublicPython
Abaloke Harbor (Abby)abbyharbor.hashnode.dev·Aug 17, 2023How to install the Dart SDK on WindowsIn order to learn Dart and start building projects, first you need to install and set up the Dart SDK (Software development kit). In this article, I will show you a step-by-step guide on how to do it. Step 1 Go to the Dart SDK archive page and downlo...Discuss·1 likeDart
Vijaya Baskar Rvijayabaskar.hashnode.dev·Aug 15, 2023Demystifying the Android Build ProcessAs a React Native developer, you've likely used the command npm run react-native run-android countless times to run your app on Android devices or emulators. But have you ever wondered what exactly happens behind the scenes during this process? Let's...Discuss·1 likeReact Native