Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 7b8600b

Browse files
author
Dan Forbes
committed
Contract Tutorial Fixes
- Ganache has been deprecated, use Hardhat - Use JavaScript instead of TypeScript - Improvements (more links, formatting/consistency) and simplifications
1 parent 9086b98 commit 7b8600b

File tree

3 files changed

+242
-265
lines changed

3 files changed

+242
-265
lines changed

docs/docs/guides/getting_started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_label: Introduction
88

99
Web3.js is a robust and flexible collection of **TypeScript and JavaScript** libraries that allows developers to interact with local or remote [Ethereum](https://ethereum.org/en/) nodes (or **any EVM-compatible blockchain**) over **HTTP, IPC or WebSocket** connections. It is a powerful and efficient toolkit for crafting applications within the Ethereum ecosystem and beyond.
1010

11-
This documentation is the entrypoint to Web3.js for developers. It covers [basic](/guides/getting_started/quickstart) and [advanced](/guides/smart_contracts/) usage with examples, and includes comprehensive [API documentation](/api) as well as guides for common tasks, like [upgrading](/guides/web3_upgrade_guide/x/) from older versions.
11+
This documentation is the entrypoint to Web3.js for developers. It covers [basic](/guides/getting_started/quickstart) and [advanced](/guides/smart_contracts/mastering_smart_contracts) usage with examples, and includes comprehensive [API documentation](/api) as well as guides for common tasks, like [upgrading](/guides/web3_upgrade_guide/x/) from older versions.
1212

1313
## Features of Web3.js v4
1414

docs/docs/guides/smart_contracts/index.md renamed to docs/docs/guides/smart_contracts/mastering_smart_contracts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 1
2+
sidebar_position: 2
33
sidebar_label: 'Mastering Smart Contracts'
44
---
55
# Mastering Smart Contracts

0 commit comments

Comments
 (0)