Infragrid guide
Summary
InfraGrid support API Interfaces for Vision Network 。
The mainnet and testnet are currently under intense development and debugging. It will be launched soon.
Same as Infura for Ethereum,Vision has it's own application running in cloud system. Developer can run all function on Vision Network without running a standalone srver, With this application developers can run their own app smoothly。
In Vision Network
If you need use InfraGrid with VisionWeb or VisionBox or VisionStudio,set all the API address to the above URLs。
Mainnet
FullNode HTTP API - https://infragrid.v.network
SolidityNode HTTP API - https://infragrid.v.network
Event Server - https://infragrid.v.network
FullNode GRPC - infragrid.v.network:50051
SolidityNode GRPC - infragrid.v.network:50052
Vpionner
In addition,InfraGrid also support Vision testnet -- “Vpionner” . the URLs are as above
FullNode HTTP API - https://vpionner.infragrid.v.network
SolidityNode HTTP API - https://vpionner.infragrid.v.network
Event Server - https://vpionner.infragrid.v.network
FullNode GRPC - vpionner.infragrid.v.network:50051
SolidityNode GRPC - vpionner.infragrid.v.network:50052
Last updated