Skip to content

Commit

Permalink
Merge pull request #200 from 0xPolygon/km/tools-fixing
Browse files Browse the repository at this point in the history
A few adjustments to tools docs
  • Loading branch information
kmurphypolygon authored Feb 5, 2024
2 parents cc2dabd + 6337761 commit eb3eceb
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 66 deletions.
1 change: 0 additions & 1 deletion docs/tools/dApp-development/dApp-launchpad.md

This file was deleted.

34 changes: 15 additions & 19 deletions docs/tools/dApp-development/pos/alchemy.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
!!! warning "Third-party content"
!!! note "Content disclaimer"

Polygon technical documentation may contain third-party content, including websites, products, and services, that are provided for informational purposes only.
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).

Polygon Labs does not endorse, warrant, or make any representations regarding the accuracy, quality, reliability, or legality of any third-party websites, products, or services. If you decide to access any third-party content, you do so entirely at your own risk and subject to the terms and conditions of use for such websites. Polygon Labs reserves the right to withdraw such references and links without notice.
## Summary

Polygon technical documentation serves as an industry public good and is made available under the [MIT License](https://opensource.org/license/mit/). In addition, please view the official [Polygon Labs Terms of Use](https://polygon.technology/terms-of-use).
### What you will learn

## What you will learn
You will learn how to use Alchemy's platform to:

To create a smart contract in this tutorial, you will learn how to use Alchemy's platform to:
- Create a smart contract application.
- Check a wallet's balance.
- Verify contract calls on a blockchain explorer.

- Create a smart contract application
- Check a wallet's balance
- Verify contract calls in a blockchain explorer
### What you will do

## What you will do
1. Create an app on Alchemy.
2. Create a wallet address with MetaMask.
3. Add balance to the wallet (using test tokens).
4. Use Hardhat and Ethers.js to compile and deploy the project.
5. Check contract status on Alchemy's platform.

Following the tutorial, you will:

1. Get started creating an app on Alchemy
2. Create a wallet address with Metamask
3. Add balance to the wallet (using test tokens)
4. Use Hardhat and Ethers.js to compile and deploy the project
5. Check contract status on Alchemy's platform

## Create and Deploy your Smart Contract
## Create and deploy smart contract

### Connect to the Polygon network

Expand Down
8 changes: 2 additions & 6 deletions docs/tools/dApp-development/pos/chainide.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
!!! warning "Third-party content"
!!! note "Content disclaimer"

Polygon technical documentation may contain third-party content, including websites, products, and services, that are provided for informational purposes only.

Polygon Labs does not endorse, warrant, or make any representations regarding the accuracy, quality, reliability, or legality of any third-party websites, products, or services. If you decide to access any third-party content, you do so entirely at your own risk and subject to the terms and conditions of use for such websites. Polygon Labs reserves the right to withdraw such references and links without notice.

Polygon technical documentation serves as an industry public good and is made available under the [MIT License](https://opensource.org/license/mit/). In addition, please view the official [Polygon Labs Terms of Use](https://polygon.technology/terms-of-use).
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).

[ChainIDE](https://chainide.com/) is a chain agnostic, cloud-based IDE for creating decentralized applications. It enhances development cycle through pre-configured plugins that save users' time and effort. This is a beginner guide on creating and deploying a simple ERC-721 smart contract on the Polygon Mumbai Testnet.

Expand Down
8 changes: 2 additions & 6 deletions docs/tools/dApp-development/pos/chainstack.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
!!! warning "Third-party content"
!!! note "Content disclaimer"

Polygon technical documentation may contain third-party content, including websites, products, and services, that are provided for informational purposes only.

Polygon Labs does not endorse, warrant, or make any representations regarding the accuracy, quality, reliability, or legality of any third-party websites, products, or services. If you decide to access any third-party content, you do so entirely at your own risk and subject to the terms and conditions of use for such websites. Polygon Labs reserves the right to withdraw such references and links without notice.

Polygon technical documentation serves as an industry public good and is made available under the [MIT License](https://opensource.org/license/mit/). In addition, please view the official [Polygon Labs Terms of Use](https://polygon.technology/terms-of-use).
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).

This section guides you through deploying a Hello World contract using [Chainstack](https://chainstack.com/build-better-with-polygon/) and [Foundry](https://github.com/gakonst/foundry/) on the Polygon Mumbai testnet.

Expand Down
2 changes: 1 addition & 1 deletion docs/tools/dApp-development/pos/crossmint.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!!! info "Content disclaimer"
!!! note "Content disclaimer"

Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).

Expand Down
8 changes: 2 additions & 6 deletions docs/tools/dApp-development/pos/getblock.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
!!! warning "Third-party content"
!!! note "Content disclaimer"

Polygon technical documentation may contain third-party content, including websites, products, and services, that are provided for informational purposes only.

Polygon Labs does not endorse, warrant, or make any representations regarding the accuracy, quality, reliability, or legality of any third-party websites, products, or services. If you decide to access any third-party content, you do so entirely at your own risk and subject to the terms and conditions of use for such websites. Polygon Labs reserves the right to withdraw such references and links without notice.

Polygon technical documentation serves as an industry public good and is made available under the [MIT License](https://opensource.org/license/mit/). In addition, please view the official [Polygon Labs Terms of Use](https://polygon.technology/terms-of-use).
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).

The Polygon API endpoint by GetBlock is a useful tool for early-stage teams that want to take advantage of Polygon's benefits. In this tutorial, we will walk you through the steps to create and deploy an ERC-20 smart contract on the Polygon Mumbai testnet using [Metamask](https://metamask.io/), Remix, and [GetBlock](https://getblock.io/nodes/matic/).

Expand Down
5 changes: 0 additions & 5 deletions docs/tools/dApp-development/pos/index.md

This file was deleted.

8 changes: 2 additions & 6 deletions docs/tools/dApp-development/pos/quicknode.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
!!! warning "Third-party content"
!!! note "Content disclaimer"

Polygon technical documentation may contain third-party content, including websites, products, and services, that are provided for informational purposes only.

Polygon Labs does not endorse, warrant, or make any representations regarding the accuracy, quality, reliability, or legality of any third-party websites, products, or services. If you decide to access any third-party content, you do so entirely at your own risk and subject to the terms and conditions of use for such websites. Polygon Labs reserves the right to withdraw such references and links without notice.

Polygon technical documentation serves as an industry public good and is made available under the [MIT License](https://opensource.org/license/mit/). In addition, please view the official [Polygon Labs Terms of Use](https://polygon.technology/terms-of-use).
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).

Python is one of the most versatile programming languages; from researchers running their test models to developers using it in heavy production environments, it has use cases in every possible technical field.

Expand Down
8 changes: 2 additions & 6 deletions docs/tools/dApp-development/pos/smartpress.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
!!! warning "Third-party content"
!!! note "Content disclaimer"

Polygon technical documentation may contain third-party content, including websites, products, and services, that are provided for informational purposes only.

Polygon Labs does not endorse, warrant, or make any representations regarding the accuracy, quality, reliability, or legality of any third-party websites, products, or services. If you decide to access any third-party content, you do so entirely at your own risk and subject to the terms and conditions of use for such websites. Polygon Labs reserves the right to withdraw such references and links without notice.

Polygon technical documentation serves as an industry public good and is made available under the [MIT License](https://opensource.org/license/mit/). In addition, please view the official [Polygon Labs Terms of Use](https://polygon.technology/terms-of-use).
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).

SmartPress is an AI tool that crafts custom smart contracts from language prompts.

Expand Down
8 changes: 2 additions & 6 deletions docs/tools/dApp-development/pos/thirdweb.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
!!! warning "Third-party content"
!!! note "Content disclaimer"

Polygon technical documentation may contain third-party content, including websites, products, and services, that are provided for informational purposes only.

Polygon Labs does not endorse, warrant, or make any representations regarding the accuracy, quality, reliability, or legality of any third-party websites, products, or services. If you decide to access any third-party content, you do so entirely at your own risk and subject to the terms and conditions of use for such websites. Polygon Labs reserves the right to withdraw such references and links without notice.

Polygon technical documentation serves as an industry public good and is made available under the [MIT License](https://opensource.org/license/mit/). In addition, please view the official [Polygon Labs Terms of Use](https://polygon.technology/terms-of-use).
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).

thirdweb is a complete web3 development framework that provides everything you need to connect your apps and games to decentralized networks.

Expand Down
5 changes: 1 addition & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,7 @@ nav:
- Developer tools:
- Developer tools: tools/index.md
- dApp development:
#- dApp launchpad: tools/dApp-development/dApp-launchpad.md
- Develop on PoS:
- Work with smart contracts: tools/dApp-development/pos/index.md
- Smart contract development on PoS:
- Alchemy: tools/dApp-development/pos/alchemy.md
- ChainIDE: tools/dApp-development/pos/chainide.md
- ChainStack: tools/dApp-development/pos/chainstack.md
Expand All @@ -443,7 +441,6 @@ nav:
- Replit: tools/dApp-development/common-tools/replit.md
- Third-party tutorials:
- Alchemy subgraphs: https://docs.alchemy.com/docs/how-to-build-and-deploy-a-subgraph-on-polygon-zkevm-using-alchemy-subgraphs

- Gas:
- Polygon MATIC faucet: tools/gas/matic-faucet.md
- Polygon gas station: tools/gas/polygon-gas-station.md
Expand Down

0 comments on commit eb3eceb

Please sign in to comment.