Skip to content

Commit

Permalink
Add URL to testnet gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina authored Feb 9, 2024
1 parent f478be2 commit 6457619
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ NEARFS is a distributed file system compatible with IPFS that uses the NEAR bloc
- IPFS blocks are recorded in transaction history as `fs_store` function calls
- custom indexer can be used to collect all blocks and store them in a local file system (see `scripts/load-from-near-lake.js`)
- IPFS-compatible gateway can be used to access files (see `app.js`)
- Public gateway is available at https://ipfs.web4.near.page. It provides access to data stored on NEAR mainnet.
- Public gateways are available:
- https://ipfs.web4.near.page. Access data stored on NEAR mainnet.
- https://ipfs.web4.testnet.page. Access data stored on NEAR testnet.

## Useful tools

Expand Down

0 comments on commit 6457619

Please sign in to comment.