Skip to content

Commit

Permalink
New Crowdin updates (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree authored Oct 7, 2023
1 parent fb2fe75 commit 7825228
Show file tree
Hide file tree
Showing 12 changed files with 515 additions and 39 deletions.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
sidebar_position: 2
title: Web3 Paywall
---

# Web3 Paywall

## Introduction
[Web3 Paywall](https://confluxhub.io/payment/consumer/paid-apps) is a set of smart contracts on Conflux eSpace that you can purchase development resource with cryptocurrency as a consumer.

## As a consumer

1.View app resource services provided by developers. ![applist](./img/applist.png)


2.Connect Metamask or Fluent Wallet and switch to Conflux eSpace network. ![connectwallet](./img/connectwallet.png)

3.Select service to purchase, and choose the cryptocurrency you want to pay, CFX or USDT are supported. ![purchase](./img/purchase.png)

4.The purchased services show in the paid apps. ![padlist](./img/paidlist.png)

5.Click the ApiKey button to obtain the key with signature. ![sign](./img/sign.png) ![apikey](./img/apikey.png)

You can purchase mainnet subscriptions with cryptocurrency of Confura RPC and ConfluxScan API upgrade services on [**confluxhub**](https://confluxhub.io/payment/consumer/apps) currently.

## Purchase on Testnet

If you want to purchase the testnet Confura RPC and ConfluxScan API upgrade service, you can visit [**confluxhub**](https://test.confluxhub.io/payment/consumer/apps) to purchase it.

Before you purchase the services of testnet, you can obtain some eSpace test tokens first.

1.Visit [**Conflux eSpace Faucet**](https://efaucet.confluxnetwork.org/)

2.Select test token, then fill the received address and the capcha code. ![faucet](./img/faucet.png)

3.Click claim button and wait for a few minutes.

4.Follow the above process to purchase the testnet Confura RPC and ConfluxScan API upgrade service.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"position": 2,
"link": {
"type": "generated-index",
"description": "5 minutes to learn the most important Docusaurus concepts."
"description": "Introduction to Conflux PoS staking"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ jsonrpc_local_http_port=12539
# public_rpc_apis = "safe"
# public_evm_rpc_apis = "evm"

# Specify the filter lifetime in seconds, only this option is set, the filter-related RPC methods (cfx_newFilter etc) will be available.
# poll_lifetime_in_seconds = 600

# --------------- Performance-related Network Parameters ----------------------

# Timeout for block-related requests (GetBlock, GetCmpctBlock, GetBlockTxn)
Expand Down

0 comments on commit 7825228

Please sign in to comment.