Skip to main content
What am I working on? - Monday Links - 2022-06-20

What am I working on? - Monday Links - 2022-06-20

·795 words·4 mins
Sujal Shah
Author
Sujal Shah
I am a startup veteran & former Disney and ESPN technology executive primarily across their digital consumer products. I help companies build software products and teams. I also write about technology, innovation, and random electronics projects.
Table of Contents

This week’s list is a bit of a link dump of some of the technical things going on behind the scenes at Proof Of Learn, the startup I joined in late May.

Our first product is a game called Metacrafters, “a learn-and-earn game that teaches players, or Crafters, how to write smart contracts and build on-chain. We want to onboard the next 1 million blockchain developers to web3.” We’re building a game using Unreal with lore and challenges that together will teach you about different blockchain technologies while picking up practical skills. This is married to a learning platform that will offer courses to really go deep on programming skills. This ends up being a lot of game dev, the platform services backing the game, the learning platform, and integration with a blockchain which, in our case, is Solana (see below).

We’ve got a lot more information coming later this week and regularly coming out every few weeks. If you’re interested in any of the topics below, please reach out! I’m happy to nerd out on any of this. We’re also hiring across the engineering team. Come join us in this adventure.

Related Links #

  • Consensus 2022 | Sheila Lirio Marcelo - Proof of Learn: Sheila Marcelo, our CEO, spoke at Consensus 2022, explaining the origin of Proof of Learn and our mission. She also announced a few significant partnerships.
  • Metacrafters: There’s a trailer available here on the game. I can’t wait to share more about this soon.
  • Why Metacrafters is Bullish on Solana: This is a really high level overview of the Solana blockchain and why we feel this fits with our goals. A more technical post will be up soon.
  • More information on our Genesis NFT drop: This isn’t just a beautiful NFT, but the way for you to be a part of shaping our final gameplay and course material through early access and a shortened feedback loop. We’re minting on Solana, which is a low-transaction-cost, high throughput blockchain built on Rust. (more on that in a minute)
  • ok so what the f*** is the deal with Solana: The official Solana site links to this, and I think it is both informative and will give you an overview of the general feel of working in the lower levels of Web3. 😉 (Obviously, from the title, it contains strong language and is quite… irreverent. Consider yourself warned - this may be NSFW depending on your workplace.)

Reads
#

Code & Tools
#

  • The Rust Book: Solana is built on Rust, and my day job therefore uses Rust a lot. I’m coming to really like it. This is the best place to get started.
  • actix-web: I have a love/hate relationship using Node.js for API stacks. The fact that we’re using a fair amount of Rust already has led me to experiment with using Rust for a few API services. This framework seems mature, and has decent performance in benchmarks.
  • Diesel.rs: There are a couple of ways to interact with a DB, but I do like having an ORM if it’s not too heavy. Mixed feelings about this so far. I’m also looking at something like SQLx or one of the ORMs built on top of it. If you have experience with any of these let me know!
  • Web Framework Benchmarks: Thought this was an interesting list of benchmark results. The associated github repo is a pretty good source for configurations and setup code, too.

Maker & Home Automation
#