Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Irys docs to use the latest version of Irys's tooling #738

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lukecd
Copy link
Contributor

@lukecd lukecd commented Sep 13, 2024

This PR updates all Irys docs to use the latest version of our tooling.

Copy link

vercel bot commented Sep 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
doc-zk-evm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 17, 2024 4:19pm

Copy link
Collaborator

@jlwllmr jlwllmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor changes — thank you for proactively updating this!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I presume this is a renamed version of what was formerly irys-query-package.mdx? It's not essential, but if you think that page may be linked to elsewhere, it could be worth adding a redirect to docusaurus.config.js.

@@ -4,8 +4,7 @@ image: /img/socialCards/irys-quickstart.jpg
description: Creating permanent data using Irys SDK.
---

All uploads to Irys' mainnet are stored permanently onchain. They are guaranteed to be retrievable now and
hundreds of years into the future.
Irys makes it easy to store your data onchain by supporting payments with ETH on Linea. With a single upfront payment, you can upload data, with guaranteed retrieval for a duration you set at the upload time — from a few days to forever
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Irys makes it easy to store your data onchain by supporting payments with ETH on Linea. With a single upfront payment, you can upload data, with guaranteed retrieval for a duration you set at the upload time — from a few days to forever
Irys makes it easy to store your data onchain by supporting payments with ETH on Linea. With a single upfront payment, you can upload data, with guaranteed retrieval for a duration you set at the upload time — from a few days to forever.

const getIrys = async () => {
// One of https://docs.linea.build/build-on-linea/tooling/node-providers#public-rpc-endpoints
const providerUrl = "https://rpc.sepolia.linea.build";
Using ETH on Linea
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Using ETH on Linea
Using ETH on Linea:

};
```

or the Irys devnet using ETH Sepolia on Linea
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
or the Irys devnet using ETH Sepolia on Linea
Or use the Irys devnet with Linea Sepolia ETH:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants