Quick Start
Get Started on Vince Chain
Last updated
Get Started on Vince Chain
Last updated
Install Metamask on your Chromium browser by visiting https://metamask.io/
After installing Metamask on your browser, Log in to your wallet or create a new account
In your wallet, click the top right oblong and go to Settings
> Networks
> Add Network
then fill out the form as shown below.
To add a new network, enter the following RPC details:
Network Name
: Vince Chain
New RPC or NODE URL
: https://rpc.vincescan.com/
Chain ID
: 1000
Token/ Currency Symbol
: VCE
Block Explorer Address
: https://vincescan.com/
RPC URL
: https://rpc.ech.network
See the graphics below for further guidance:
You may run many nodes on Vince Chain. However, validators may need to notify the dev team for more details on how to navigate the process. You may contact the team on Telegram to do so. That said, you may use any of the following Vince Chain EVM RPCs:
evm.vce.network
jsonrpc-vincechain.nodestake.top
draco.vce.network
rpc.vce.network
Install Keplr on your Chromium browser by visiting https://www.keplr.app/.
Sign in to your existing wallet by entering your password or seed phrase. Or set up your new wallet account using any of the three sign-in methods.
One-click Google sign-in
Seed phrase/mnemonics method (create a new account or import existing account)
Connect external or hardware wallet (eg. Ledger and Keystone)
You can connect your Keplr wallet to Vince Chain once you sign into your wallet. The Vince Chain
mainnet network is already built into Keplr; simply search Vince Chain by clicking on the extension and scrolling to select the network.
You should receive the default mainnet network configurations for Keplr. Open your site/project (having a testnet configuration); a window will request your approval for the chain and the Chain-id
. Once approved, the testnet will be selectable under the Beta
support section of Keplr Wallet.
Upon launching Vince Chain's dApp, you can interact with both the EVM and Cosmos SDK. Simply visit https://vincechain.com
and click Launch App to get started. You can access Vince Chain's features and, including staking, governance, validator delegation, among other things. You can get started by signing in through Metamask or Keplr using our RPC EVM details.
You can install and sync a Vince Chain full node directly to the blockchain. You can also run a validator node or private EVM RPC node.
Build and install the Vince Chain binaries from the source or use Docker or Kubernetes.
Vince Chain was developed with Golang V 1.18+
Using Git
to Clone and build Vince Chain
Check the vinced
binaries' [vinced] status
to ensure they have been successfully installed.
You may also access installvce.sh
from this repo:
Create a Docker container by entering this command inside the Git repository: make build-docker
This result will produce: vincechainlabs/vincechain:latest,
allowing you to run vinced
in the container.
Add this to a new file under /etc/systemd/system/vinced.service
Then you may start, stop, restart, and view logs using the following commands: