Are you planning to hack on a few bounties while you’re at Eth Global NYC? Check out the tutorials and Guides from our documentation to get you started on building today!

Biconomy - ETH NYC Workshop Code

An example showcasing how to create your smart Account and use Session keys to activate a signless experience for ERC20 transfers

https://github.com/Rahat-ch/erc20sessiontransfer

Get a step by step breakdown of the code here:

https://docs.biconomy.io/docs/category/session-keys-tutorial

Want to add additional features like gasless transactions, creating accounts with social logins and more? Check out our how to guides for code snippets to add on top of the module:

Social Login Providers: (Use Any you like we’re signer agnostic) https://docs.biconomy.io/docs/category/social-login-providers

Hint: Privy is another sponsor at the hackathon - use their signer to create a Biconomy Smart Account and integrate Privy as your login provider! WalletConnect is here as well - can you use them to connect wallet and then create a smart account?

Executing Transactions:

https://docs.biconomy.io/docs/category/executing-transactions

SDK examples using the latest packages:

https://github.com/bcnmy/sdk-examples/tree/master/backend-node/scripts/gasless https://github.com/bcnmy/sdk-examples/tree/master/backend-node/scripts/erc20

Next JS Tutorial

Learn how to build a basic dApp on Next JS with Gasless Transactions

https://docs.biconomy.io/docs/category/next-js-fullstack-tutorial

Node JS Tutorials

Explore features like gasless transactions, token paymaster transactions, batched transactions, multichain transactions through our node tutorials.