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.
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']`
* 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.
* 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.
* 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.
* 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