Skip to content

Commit

Permalink
chore: update README.md (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code authored Aug 15, 2024
1 parent 7326c77 commit 9794ab0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 103 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fxcore

**fxcore** is a blockchain built using Cosmos SDK and Tendermint and created with [Starport](https://github.com/tendermint/starport).
**fxcore** is a blockchain built using Cosmos SDK and Cometbft.

[![Version](https://img.shields.io/github/v/release/functionx/fx-core.svg)](https://github.com/functionx/fx-core/releases/latest)
[![License](https://img.shields.io/github/license/functionx/fx-core.svg)](https://github.com/functionx/fx-core/blob/main/LICENSE)
Expand Down Expand Up @@ -35,20 +35,25 @@ Usage:
Available Commands:
add-genesis-account Add a genesis account to genesis.json
collect-gentxs Collect genesis txs and output a genesis.json file
comet CometBFT subcommands
config Create or query an application CLI configuration file
data Modify data or query data in database
debug Tool for helping with debugging your application
doctor Check your system for potential problems
export Export state to JSON
export-delegates Export all delegates and holders
genesis Application's genesis-related subcommands
gentx Generate a genesis tx carrying a self delegation
help Help about any command
index-eth-tx Index historical eth txs
init Initialize private validator, p2p, genesis, application and client configuration files
keys Manage your application's keys
pre-upgrade Called by cosmovisor, before migrations upgrade
prune Prune app history states by keeping the recent heights and deleting old heights
query Querying subcommands
rollback rollback cosmos-sdk and tendermint state by one height
rosetta spin up a rosetta server
snapshots Manage local snapshots
start Run the full node
status Query remote node for status
tendermint Tendermint subcommands
Expand All @@ -62,6 +67,7 @@ Flags:
--home string directory for config and data (default "/root/.fxcore")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "fxcored [command] --help" for more information about a command.
Expand All @@ -70,7 +76,6 @@ Use "fxcored [command] --help" for more information about a command.
## Learn more

- [Function X Docs](https://functionx.gitbook.io)
- [Tendermint Starport](https://github.com/tendermint/starport)
- [Cosmos SDK Documentation](https://docs.cosmos.network)

## License
Expand Down
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@

* [More Developer Doc](https://functionx.gitbook.io/home/developers)

# f(x)Core Tools
# f(x)Core Status

* [Web Tools](tools)
* [PundiScan](https://pundiscan.io)
* [Ping.Pub](https://ping.pub/fxcore)
* [Develop Tools](tools)

# f(x)Core SDK

Expand Down
7 changes: 1 addition & 6 deletions docs/tools/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# f(x)Core Web Tools
# f(x)Core Develop Tools

## Upgrade Countdown

Expand All @@ -10,11 +10,6 @@
* [Mainnet](validator.html?network=mainnet)
* [Testnet](validator.html?network=testnet)

## Network Peers

* [Mainnet](peer.html?network=mainnet)
* [Testnet](peer.html?network=testnet)

## Module Balances

* [Mainnet](balances.html?network=mainnet)
Expand Down
5 changes: 0 additions & 5 deletions docs/tools/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ function getBlockSignatures() {
return getBlock().last_commit.signatures
}

function getPeers() {
const result = httpGetJson(getJsonrpcUrl() + "/net_info")
return result.peers
}

function getAverageBlockTime(block) {
const nowHeight = Number(block.header.height);
const nowTime = block.header.time;
Expand Down
88 changes: 0 additions & 88 deletions docs/tools/peer.html

This file was deleted.

0 comments on commit 9794ab0

Please sign in to comment.