Skip to content

Commit

Permalink
Merge pull request #56 from bcnmy/rc/nextjstutorial
Browse files Browse the repository at this point in the history
add next js tutorial
  • Loading branch information
Sruthi-Manthena authored Aug 15, 2023
2 parents cf57032 + 54c56ad commit 1e688b0
Show file tree
Hide file tree
Showing 8 changed files with 1,073 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/React_vite/first-dapp.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sidebar_label: 'Build your first AA powered dApp'
sidebar_label: 'Introduction'
sidebar_position: 1
---

# Build your first AA powered dApp
# Introduction

This tutorial will cover the basics of creating a dApp powered by the Biconomy SDK. Here's an overview of what you'll learn:

Expand Down
8 changes: 8 additions & 0 deletions docs/tutorials/nextjs/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Next JS Fullstack Tutorial",
"position": 3,
"link": {
"type": "generated-index",
"description": "An NFT Minting dApp designed for web2 users to onboard to web3 with no wallet and no funds for gas."
}
}
21 changes: 21 additions & 0 deletions docs/tutorials/nextjs/dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
sidebar_position: 3
---

# Paymaster, Bundler, And The Biconomy Dashboard

Now, let's setup our biconomy dashboard. Follow the instructions [on this page](https://docs.biconomy.io/docs/category/biconomy-dashboard).

Before continuing onto the the next step be sure that you have completed the following:

- Created an account on the Biconomy Dashboard.
- Register a new paymaster on the Dashboard.
- Get the [paymaster URL](https://docs.biconomy.io/docs/dashboard/keys) and bundler URL from dashboard.
- Set up a Gas tank with some Base Goerli Eth. We recommend around .02 Eth to start.
- Whitelist the `safeMint` method of the NFT smart contract under [Paymaster Policies](https://docs.biconomy.io/docs/dashboard/paymasterPolicies) on the dashboard.

:::info
Missing any of the above steps causes a lot of [common errors](docs/troubleshooting/commonerrors.md) to occur. This is a good checklist to have when building new dApps utilizing the Biconomy SDK.
:::

Now with our smart contracts ready to go along with our Paymaster and Bundler URLs let's get started with our frontend.
Loading

0 comments on commit 1e688b0

Please sign in to comment.