Arweave.net is the domain of the major Arweave ecosystem gateway that is used to access to the Permaweb. By default, app.ardrive.io connects to this gateway for uploading and downloading data and querying its index for drive, file and folder information.
Changing the gateway may be useful in the cases when you can no longer access the default gateway (for example due to an ISP block) or want to connect with another decentralized gateway for Permaweb services.
Switching the gateway to ar-io.net, an alias gateway which has 100% parity with arweave.net, can be done in five simple steps in the ArDrive App from the initial login screen.
-
Open the ArDrive web app in your browser - app.ardrive.io
-
Right click & select
Inspect
-
Select
Console
to access the browser's JavaScript console -
Copy & paste the following example next to the blue
>
to set a ar-io.net as your Arweave GatewaylocalStorage.setItem('flutter.arweaveGatewayUrl', '"https://ar-io.net"');
and hit
enter
. -
The browser is now set to retrieve data from Arweave through
ar-io.net
. -
Log in to access to Arweave & ArDrive!
All preview links generated by ArDrive will now reference the updated gateway URL, for example https://ar-io.net/{txID}.
NOTE - To remove ar-io.net as the default Arweave Gateway in ArDrive, repeat step 4 with:localStorage.removeItem('flutter.arweaveGatewayUrl');
Comments
0 comments
Please sign in to leave a comment.