Commit Graph

161 Commits

Author SHA1 Message Date
enjoyooor
e5fb407e10 chore: tidy up docs (#335) 2024-03-04 15:07:22 -01:00
Brian Doyle
fe6225e72b Add warning about paymaster changes (#338) 2024-03-01 21:57:16 -01:00
Brian Doyle
bbfc154bc8 Add Linked Mint Frame Guide (#333)
* Add simple linked mint frame

* Add guide to sidebar

* Address comments

* Fix broken frontmatter
2024-02-23 17:25:58 -05:00
Brian Doyle
8058f04fc0 Add hyperframes tutorial (#329)
* Add hyperframes tutorial

* Fix admonition

* Respond to feedback and add missing section
2024-02-20 11:37:26 -05:00
Tyson Wynne
17aef5e45c Update nft-minting-frame.md (#319)
Corrected the malformed URL for the Complex Onchain NFTs guide in the documentation. Removed the extra "https://" prefix to ensure the link is functional and users can successfully navigate to the guide.

Before: https://https://docs.base.org/building-with-base/guides/complex-onchain-nfts

After: https://docs.base.org/building-with-base/guides/complex-onchain-nfts

This minor documentation fix enhances navigability and user experience.
2024-02-12 10:20:23 -05:00
Brian Doyle
daed3bb031 Add advanced frames guide (#322)
* Add advanced frames guide

* Respond to feedback

* Fix comma
2024-02-10 00:19:53 -01:00
Tyson Wynne
fe75797467 Update deploy-smart-contracts.mdx (#310)
Update 'npx hardhat' initialization and .env file syntax in docs

This commit updates the documentation to replace the deprecated 'npx hardhat' command with 'npx hardhat init' for project initialization to align with current Hardhat recommendations. It also modifies the .env file syntax suggestion to include quotes around the WALLET_KEY value, ensuring correct string parsing and preventing potential parsing issues. These changes aim to improve clarity and adherence to best practices for new users setting up Hardhat projects.
2024-02-09 10:20:53 -05:00
Ardy
29b6145bc7 Add LegacyERC20ETH contract addresses to base contracts (#305) 2024-02-09 10:20:43 -05:00
Tyson Wynne
778957d1fc Update using-pyth-price-feeds.md (#314)
This commit updates the tutorial documentation on using Pyth Price Feeds with Foundry to fix a TOML parse error encountered by users when setting up the foundry.toml file. The issue was identified in the "Installing Pyth smart contracts" section, where mismatched quotation marks in the remappings line caused a parse error. The original line used inconsistent quotes.

The fix involves correcting the quotation marks to ensure consistency, thereby preventing the TOML parse error:
`remappings = ['@pythnetwork/pyth-sdk-solidity/=lib/pyth-sdk-solidity']`
2024-02-09 10:18:39 -05:00
omahs
867f81d6a7 Fix typos (#315)
* fix typo

* fix typos

* fix typos

* fix typos
2024-02-09 10:11:24 -05:00
Ryan Waldon
2ecfc08144 fix: ensure code blocks use monofont (#307) 2024-02-07 11:13:11 -05:00
Brian Doyle
2c24d379af Add guide for deploy with vercel (#306) 2024-02-06 15:07:59 -05:00
taycaldwell
37affdd329 Add Account Abstraction (Biconomy) guide (#283)
* Add Account Abstraction (Biconomy) guide

* Update keywords to include Particle

* Add line highlighting to code blocks

* Add consistent styling to objectives

* Update account-abstraction-with-biconomy.md

* Update account-abstraction-with-biconomy.md

* Update account-abstraction-with-biconomy.md

* Address comments
2024-02-05 13:43:08 -05:00
Marlene Marz
6b6fa3aba5 fix typos / broken links (#302) 2024-02-05 11:27:00 -05:00
Alisha
49d4dd7566 Fix Base Camp hyperlink in Prerequisites section (#301) 2024-02-04 22:20:50 -05:00
taycaldwell
b7a563d24c Update cross-chain-with-layerzero.md (#303) 2024-02-05 01:33:15 -01:00
Brian Doyle
654ce899f5 Add guide for Farcaster Frames (#300) 2024-02-02 20:20:23 -05:00
taycaldwell
f1e6af14b8 Remove reference to goerli (#294) 2024-02-01 09:15:12 -08:00
Brian Doyle
342cf9410a Remove goerli from basecamp app (#297) 2024-02-01 12:11:10 -05:00
jacob-moore-cb
3fad1c70bc Add Cookie Manager and Add CCA Device Tracking (#295)
* Add Coinbase cookie banner to Base Web.

* Base Web - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Base Docs - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Add custom CookieBanner theme to improve contrast.

* Ignore eslint rule affecting useCookie from @coinbase/cookie-manager.

* Explicitly set base.org domain for cookie.

* Remove domain param from setCookie.
2024-01-31 13:41:40 -08:00
taycaldwell
c4f8f154c0 Remove reference to Base Goerli from docs (#234)
* Update guides with Sepolia

* Update docs with Sepolia

* Update docs for Base Goerli sunset

* Remove Goerli references for 3P tooling
2024-01-31 10:13:36 -08:00
Brian Doyle
48c86324a0 Rename and publish svg nft guide (#293) 2024-01-31 09:37:26 -05:00
Brian Doyle
998d731d4e Add building onchain nft (#281)
* Add building onchain nft

* Respond to feedback
2024-01-30 15:12:10 -05:00
Mohammed Abdul Sattar
ebad7e74eb typo correct devtool overview (#288) 2024-01-30 17:30:21 -01:00
jacob-moore-cb
bc78f6234a Revert "Add Cookie Manager and Add CCA Device Tracking" (#286) 2024-01-29 22:36:56 -01:00
taycaldwell
d5eef5e1c0 Fix code block line highlighting (#285) 2024-01-29 15:19:16 -08:00
jacob-moore-cb
15a66ea3d4 Add Cookie Manager and Add CCA Device Tracking (#284)
* Add Coinbase cookie banner to Base Web.

* Base Web - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Base Docs - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Add custom CookieBanner theme to improve contrast.

* Ignore eslint rule affecting useCookie from @coinbase/cookie-manager.

* Explicitly set base.org domain for cookie.
2024-01-29 14:25:23 -08:00
kevinchen-cb
71829a82a9 Add coinbase cloud to node providers (#280) 2024-01-29 11:38:39 -05:00
wbnns
079514912c docs(contracts): Add Multicall3 on Sepolia (#278) 2024-01-26 10:28:10 -01:00
gnarizard
8cce918d54 modified: imports-exercise.md (#276)
Included a custom-styled block of text to inform @dev about contract verification best practices

Co-authored-by: Gnarizard <toefoo@protonmail.com>
2024-01-25 12:12:07 -05:00
Sooraj hoysal
62d4560f22 Address payable (#275)
* added an article on address and payable

* updated sidebar.js

* changed some typo and improved content
2024-01-24 12:25:15 -01:00
taycaldwell
39babc03f6 Fix standard bridge link (#274) 2024-01-22 13:52:00 -08:00
Sooraj hoysal
d752ac93ca Update sidebars.js, URL fix (#271) 2024-01-22 16:06:55 -05:00
jacob-moore-cb
795ba3cbae Revert "Add Cookie Manager and Add CCA Device Tracking" (#272) 2024-01-22 11:45:25 -08:00
jacob-moore-cb
b549065ddd Add Cookie Manager and Add CCA Device Tracking (#257)
* Add Coinbase cookie banner to Base Web.

* Base Web - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Base Docs - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Add custom CookieBanner theme to improve contrast.

* Ignore eslint rule affecting useCookie from @coinbase/cookie-manager.
2024-01-22 09:56:56 -08:00
gnarizard
ed4f312bb3 Removed outdated line from base camp docs (#268)
* updated baseCamp Docs

* reverted master to origional clone

* modified:   apps/base-docs/base-camp/docs/deployment-to-testnet/deployment-to-base-sepolia-sbs.md

---------

Co-authored-by: Gnarizard <toefoo@protonmail.com>
2024-01-22 12:07:52 -05:00
Rohit Ramesh
ff563e74f3 Update cross-chain.md (#267)
Minor description change to update the link to Crossmint's docs.
2024-01-20 12:21:59 -05:00
Rohit Ramesh
3c01082663 Update sidebars.js to add NFT Checkout (#266)
https://docs.base.org/tools/nft-checkout/

This category was not showing up on the sidebar under "Tools". Committing this change to add it
2024-01-19 17:21:22 -05:00
Tushar Soni
9c21780063 Add WalletKit to onboarding and AA docs (#247) 2024-01-19 17:20:44 -05:00
taycaldwell
b6056eb7c2 Add LayerZero V2 Guide (#262) 2024-01-19 12:32:23 -05:00
James Bayly
dfd7502f5b Add support for Base Sepolia (#263) 2024-01-18 21:34:07 -08:00
Brian Doyle
85d7e53ba1 Reorganize to put local tools at top (#261) 2024-01-18 17:23:40 -05:00
Rohit Ramesh
204b874e15 Adding Crossmint as one of the tools helping with Onboarding, NFT Checkouts and Cross-chain payments on the Base Network (#235)
* Update onboarding.md to add Crossmint

This commit includes Crossmint as one of the tools for onboarding onto Base network

* Update onboarding.md

* Create nft-checkout as another page on Tools

Crossmint provides an NFT Checkout product for the Base network where developers can create and deploy an NFT Collection on Base and also enable credit card payments for their NFT mint

* Rename nft-checkout to nft-checkout.md

* Update cross-chain.md to add Crossmint

Crossmint powers cross-chain payments for NFT Collections on the Base network

* Update cross-chain.md

Updated it to remove Base Goerli's reference from the PR
2024-01-18 15:35:24 -05:00
Didier A. E. Gabiam
667b5830f4 Update tokens.md (#255)
typo one  ' missing after sepolia
2024-01-18 13:38:47 -05:00
Haardik
0e4ed97600 Update LearnWeb3's faucet link to point to Base Sepolia (#248)
* generalize LW3 faucet link  to include both base goerli and sepolia

* switch to only mentioning Base Sepolia
2024-01-17 18:39:12 -01:00
taycaldwell
c193e88def Add CoinbaseMono font (#250) 2024-01-16 15:36:18 -08:00
wbnns
b5d031c3b4 run-a-base-node: Update HDD requirements (#249) 2024-01-16 20:46:48 -01:00
taycaldwell
6a20695132 Fix commands and title casing (#246)
* Update cross-chain-with-ccip.md

* fix title casing
2024-01-16 10:56:23 -08:00
taycaldwell
396c7dcff4 Update docs with latest updates on Sepolia migrations (#244)
* Update docs with more Sepolia migrations

* Update network-faucets.md
2024-01-16 10:56:12 -08:00
taycaldwell
508123e055 Update cross-chain-with-ccip.md (#245) 2024-01-12 16:35:27 -08:00