Vision Network
  • 🌌Vision Network
    • Innovation
    • VPoS Mechanism
  • Vision Basics
    • 💰VS and VRC
    • đŸŽ¯Token Issuance
    • đŸ–Ĩī¸Minting Mechanism
  • Protocol
    • đŸŽŦAccount
    • âš™ī¸Resource Model
    • 🌍Economic model
    • 🌈Validator
      • First Validator & Reward Mechanism
      • To be Validated Candidate
    • ⭐Vote Mechanism
      • Vote Guide
  • VISION WALLET
    • â›“ī¸Visionscan
    • 🎉Metamask
  • DECENTRALIZED EXCHANGES
    • âœ‰ī¸Vanswap
      • Operating principle
      • Trading pairs
      • Liquidity pool
    • 🧊V-Bridge
  • Others
    • đŸ§ŋTerms
    • đŸ•šī¸FAQ
    • 😁Careers
Powered by GitBook
On this page
  • Brief
  • Unit convert
  • Address convert
  • Vpioneer Links
  • Future
  1. VISION WALLET

Metamask

PreviousVisionscanNextVanswap

Last updated 2 years ago

Brief

Vision Network is adapted to some interfaces of metamask, trigger contracts can be released through remix. Vision Network transfers and contract currency transfers can be performed through metamask.

Unit convert

Eth_gasPrice is set to 160GWei=160_000_000_000Wei, which is 0x2540be4000. Eth_estimateGas is set to 21000, which is 0x5208.

Address convert

Vision Network use same crypto function to generate address, and encrypt/decrypt data. What to do is only change '0x' of your eth address head 2 byte to '46' **. Then you can use all function of eth wallet surfing on VisionNetwork

It means you can import your origin mnemonic or private key on metamask to surfing on Vision Network!

eg,

// ethereum public address
'0xd93a65483e475afc4f6e5157c598050376d8ffb6'
// equals Vision Network address
'46d93a65483e475afc4f6e5157c598050376d8ffb6'

In vtime (Vision Network plugin wallet), address is show on Base58, you can change it to hex through utils on Visionscan or Visionweb. Result will be same as metamask in hex (after change 46 to 0x).

Vpioneer Links

  • Network name : vpioneer

  • New RPC URL : https://vpioneer.infragrid.v.network/ethereum/compatible

  • Chain ID : 666666

  • Currency Symbol (optional) : VS

  • Block Explorer URL (optional): https://www.visionscan.org/

You can use you own fullnode as RPC server. Set the RPC URL to "fullnode ip:8090/ethereum/compatible"

Future

Sooner or later we will finish owner cross chain bridge, you can also use your assert from other chain and no need change plugin wallet!

Enjoy and earn your own rewards.

🎉