What's up Feed Fam!

Welcome to the 10th episode of the #Aleo Pulse, your one-stop hub for all things on ALEO😎

Usual reminder, we are live on X as well, so go check that out!
Here we go again, LFG🚀

In this episode, we are discussing on,

🟦Today's Community Call Updates

Held On: Discord @ 8:30 IST

➡️Aleo discord is rapidly approaching 200K Members and a celebration is on its way, probably next week👀
So stay tuned!

➡️Mike from Demox Labs presented some new features, which were added to v4 of the Art Factory.
A walkthrough is available in Discord.

➡️NFT Authorization has finally landed on Aleo!
This allows you to prove that you own an NFT without revealing what's that NFT🤯

➡️100% private mints are finally live and the Public <--> Private NFT bridge is live too!

➡️Demox Labs announced that they are also working on:

  1. Supporting all token standards on Aleo

  2. Making necessary adjustments to follow up the credit program

  3. MSMs (Multi-Scalar Multiplication) is finally speeding!

  4. Reducing the amount of time record scanning takes

    🟦Aleo SDK Explained (Part I)

🔵Aleo's SDK(Software Development Kit) is specifically designed to facilitate truly ZK transactions

The SDK uses A combination of JS and TypeScript libraries and consists of the following functionality.

1️⃣Aleo Account Management
2️⃣Web-based program execution and deployment

3️⃣Aleo credit transfers

4️⃣Management of program state and related data

5️⃣Communicating with the Aleo network

In this episode, we will discuss about 1️⃣and 2️⃣

1️⃣Aleo Account Management

This section allows to execute the following functions.

Create a new account <--> Allows users to create a new aleo account and generates the Private Key, View Key and Address, which starts with aleo and consists of 63 characters

  1. Load Account From PK <--> allows the user to load their account using the private key.

  2. Load Address from VK <--> allows the user to generate the address using the view key.

  3. Sign Message <--> allows a user to sign an encrypted message using their private key.

  4. Verify A Message <--> allows users to verify an encrypted message via the address and cryptographic signature.

2️⃣Web-based program execution and deployment

This section allows a user to,

  1. Execute a program on Aleo <--> Users can run the Leo programs on the Web playground. No Strings attached.

  2. Deploy a program on Aleo <--> Users can deploy their own Aleo programs without the use of a traditional IDE such as VSCode or Sublime Text.

In Conclusion,

We discussed about,

1️⃣Today's Community Call which was held on Discord

2️⃣Aleo SDK Basics

That's all for today!

See you tomorrow, with the next episode🫡

#IshaaqZiyan #Crypto