Network Type: mainnet

Chain ID: self-1

Node Version: mainnet-v1.0.1

Self Chain Is the First Modular Intent-Centric Access Layer L1 Blockchain and Keyless Wallet Infrastructure Service That Uses MPC-TSS/AA for Multi-Chain Web3 Access.

TwitterLinkLink

Snapshot (Snapshots are refreshed every 12 hours.)

Stop the service and reset the data

sudo systemctl stop selfchaind

cp $HOME/.selfchain/data/priv_validator_state.json $HOME/.selfchain/priv_validator_state.json.backup

rm -rf $HOME/.selfchain/data

    

Download latest snapshot

curl -L https://snapshots3.skynodejs.net/selfchain/selfchaind.tar.lz4| tar -Ilz4 -xf - -C $HOME/.selfchain

mv $HOME/.selfchain/priv_validator_state.json.backup $HOME/.selfchain/data/priv_validator_state.json

    

Restart the service and check the log

sudo systemctl restart selfchaind && sudo journalctl -u selfchaind -f --no-hostname -o cat

        


API

https://selfchain.api.skynodejs.net/

RPC

https://selfchain.rpc.skynodejs.net

GRPC

https://selfchain.grpc.skynodejs.net:9291

GENESIS

curl -Ls https://snapshots3.skynodejs.net/selfchain/genesis.json > $HOME/.selfchain/config/genesis.json 



Addrbook

curl -Ls https://snapshots3.skynodejs.net/selfchain/addrbook.json > $HOME/.selfchain/config/addrbook.json 


PEERS

peers=$(curl -s https://snapshots3.skynodejs.net/selfchain/peers.txt)
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" ~/.selfchain/config/config.toml

sudo systemctl restart selfchaind && journalctl -u selfchaind -f


Nodemap:

Firstly, I can talk about the nodemap of the project. The nodemap contains the location information of the project's validators. This is a result of the project's decentralized nature, with validators joining the network from various locations around the world. The availability of the nodemap is an indication that the project operates transparently and openly.

Voting Power:

The voting power of a project's validators is also important information. This determines the number of validators who have the power to influence the decisions of token holders, as well as the weight of their votes. Understanding the project's governance structure is crucial, and this information is essential in that regard.

Liquidity Plot:

When investing in a project, liquidity is also an important factor to consider. The liquidity plot provides the total liquidity of the project in dollars. This information is useful in understanding the project's price fluctuations and directing your investments.

Price Chart:

Having information about a project's current price is also crucial when investing. The price chart displays the project's current price using candlestick charts. These charts are useful in understanding the project's price trends and past performance.

Commission Rates:

Finally, the commission rates of the project's validators are also important information. This determines how much validators who play a role in the project's governance are paid. Commission rates can be shown using a pie chart and can make a significant difference for investors.

These pieces of information provide insight into the benefits that a project offers to token holders and make it easier for investors to invest in the project. Additionally, they can be seen as an indication that the project operates transparently and openly.


If you encounter an error, please refresh the page.



Nodemap & Liquidity & Voting Power & Commission Rates & Price Chart