-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from bcnmy/rc/nextjstutorial
add next js tutorial
- Loading branch information
Showing
8 changed files
with
1,073 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.