Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added tutorials #233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "A Comparative Analysis Of Liquid Restaking Protocols"
description: "This article delves into a comparative analysis of some restaking protocols such as Eigen Layer, Symbiotics, and Karak, exploring the implications for the blockchain ecosystem. But before that, let's first explore key concepts such as staking, liquid staking, and restaking."
authors: ["@_BuildBear"]
tags: ["web3","Ethereum", "Dapp","DeFi"]
languages: ["Solidity"]
url: "https://www.buildbear.io/blogs/restaking_protocols"
dateAdded: 2024-11-28
level: "Intermediate"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "A Deep Dive into ERC-7683 for Cross-Chain Intent"
description: "ERC-7683 standard for cross-chain intents proposed by Uniswap Labs and Across is an interface for a cross-chain trade execution system. This standard aims to simplify cross-chain actions by providing a cohesive framework."
authors: ["@_BuildBear"]
tags: ["web3","Ethereum", "Dapp","Standard"]
languages: ["Solidity"]
url: "https://www.buildbear.io/blogs/erc_7638"
dateAdded: 2024-11-28
level: "Intermediate"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Advanced: How to Test Chainlink Data Feeds on Aave Using BuildBear Sandbox"
description: "In this tutorial, we’ll walk through how to use BuildBear Sandbox to test dApp that builds on top of Aave and relies on Chainlink price feeds."
authors: ["@_BuildBear"]
tags: ["web3","Ethereum", "Dapp","Smart Contracts"]
languages: ["Solidity"]
url: "https://www.buildbear.io/resources/guides-and-tutorials/advanced_datafeed"
dateAdded: 2024-11-28
level: "Intermediate"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "EIP-3074 and EIP-7702: A New Era to Account Abstraction"
description: "This article explores how the Pectra upgrade aims to improve Ethereum wallet functionality and enhance the user experience, focusing on its major contributing EIPs: EIP-3074 and EIP-7702."
authors: ["@_BuildBear"]
tags: ["web3","Ethereum", "Dapp","Standard"]
languages: ["Solidity"]
url: "https://www.buildbear.io/blogs/account_abstraction_eips"
dateAdded: 2024-11-28
level: "Intermediate"
---
10 changes: 10 additions & 0 deletions content/tutorials/EOF_Explained_What_Developers_Need_to_Know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "EOF Explained: What Developers Need to Know"
description: "EVM Object Format (EOF) - An Improvement on EVM to innovate and improve user experience, developer experience, and performance across both Layer 1 and Layer 2."
authors: ["@_BuildBear"]
tags: ["web3","Ethereum", "Dapp", "EVM"]
languages: ["Solidity"]
url: "https://www.buildbear.io/blogs/eof"
dateAdded: 2024-11-28
level: "Intermediate"
---
10 changes: 10 additions & 0 deletions content/tutorials/How_to_Use_Chainlink_VRF-Beginner Friendly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "How to Use Chainlink VRF | Beginner Friendly"
description: "Chainlink Verifiable Random Function (VRF) is a random number generator for smart contracts. Developers can use Chainlink VRF on BuildBear Sandbox to build and test smart contracts for any decentralized applications that rely on unpredictable outcomes such as in games or lottery systems."
authors: ["@_BuildBear"]
tags: ["web3","Ethereum", "Dapp","Smart Contracts"]
languages: ["Solidity"]
url: "https://www.buildbear.io/resources/guides-and-tutorials/chainlink"
dateAdded: 2024-11-28
level: "Intermediate"
---
10 changes: 10 additions & 0 deletions content/tutorials/Ultimate_Guide_to_web3Py.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "The Ultimate Guide to Web3.py for Developers"
description: "For Python developers looking to interact with Ethereum, web3.py is the go-to library. This guide shows you how to use web3.py with BuildBear RPC to test, deploy, and manage dApps effortlessly within a realistic testing environment. "
authors: ["@_BuildBear"]
tags: ["Smart Contracts", "web3"]
languages: ["Solidity"]
url: "https://www.buildbear.io/resources/guides-and-tutorials/web3.py"
dateAdded: 2024-11-28
level: "Intermediate"
---