Skip to content
View gunaseelan25's full-sized avatar
💹
1% everyday! ❤
💹
1% everyday! ❤

Block or report gunaseelan25

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gunaseelan25/README.md

Hey! Nice to see you.

I'm Gunaseelan, Fullstack developer from Chennai, India.

Things I code with

JavaScript TypeScript React.js Next.js Node.js Fastify Aptos Move Sui Solana Docker Git NPM PNPM Yarn Redis PostgreSQL MySQL MongoDB TailwindCSS MUI Vite Vercel Cloudflare AWS ESLint Prettier Swagger Jest k6


guna Github Stats guna Top Languages

Where to find me

Github Twitter LinkedIn Medium

basemax

Pinned Loading

  1. Aptos multisig TypeScript example wi... Aptos multisig TypeScript example with transfers, owners, thresholds, approvals.
    1
    import dotenv from "dotenv";
    2
    dotenv.config();
    3
    import {
    4
      Account,
    5
      Aptos,
  2. Multi-Agent Transactions on Aptos Multi-Agent Transactions on Aptos
    1
    # Multi-Agent Transactions on Aptos
    2
    
                  
    3
    Examples demonstrating how to build, sign, and submit multi-agent transactions on Aptos, including a TypeScript SDK example and a Move smart contract module.
    4
    
                  
    5
    - [TypeScript Example: Multi-Agent Transaction](#file-multi-agent-ts)