Skip to content

Commit

Permalink
Update copy.ts
Browse files Browse the repository at this point in the history
first step copy v2
  • Loading branch information
golmek authored Jun 19, 2024
1 parent 140f684 commit 687b78e
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions frontend/src/utils/copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,21 @@ export const copy: any = (() => {
title: "Disconnected",
message: {
__html:
md.render(`Welcome to our example service for Deposit payments on Golem. We're glad to have you here! This version will show you step by step how Golem deposit payments work and how You can benefit from it on your very own service.
This example service is inspired by a real-world service called VirusTotal. \
[Link text Here](https://link-url-here.org)
VirusTotal is well well-renowned service that analyzes suspicious files and URLs by running them through multiple antivirus engines and URL scanners to detect malware and malicious content. You can access the original service under this link: https://www.virustotal.com/gui/home/upload
Of course, our service is a little bit less ambitious as it aims to present how deposit payments can be utilized by the Golem community. Consequently, our service will let you scan files on the ClamAV engine and give the results of such scans.
Last but not least, we are utilizing the Holesky testnet for this example. It means that you need a Metamask wallet with both Holesky tETH and Holesky tGLM.
To obtain Holesky tETH feel free to use one of the following faucets:
https://holesky-faucet.pk910.de/
https://faucet.quicknode.com/ethereum/holesky
https://faucet.chainstack.com/holesky-testnet-faucet
https://www.holeskyfaucet.io/
After You obtain some tETH, you can request tGLM tokens from this Smart Contract by calling the "Create" function:
https://holesky.etherscan.io/address/0xface100969ff47eb58d2cf603321b581a84bceac
When You are ready to start, click the "Connect Wallet" button. This button will initialize the following steps of the process:
Connect Your Metamask Wallet with Web Service
Register Your wallet to the Service via SIWE (Sign-In with Ethereum) standard
Have fun!
md.render(
`Welcome to our example service for Deposit payments on Golem. We're glad to have you here. This version will show you step by step how Golem deposit payments work and how You can benefit from it on your very own service. \\ \\
This example service is inspired by a real-world service called VirusTotal. VirusTotal is well well-renowned service that analyzes suspicious files and URLs by running them through multiple antivirus engines and URL scanners to detect malware and malicious content. You can access the original service under this [Virus Total](https://www.virustotal.com/gui/home/upload). \\ \\
Of course, our service is a little bit less ambitious as it aims to present how deposit payments can be utilized by the Golem community. Consequently, our service will let you scan files on the ClamAV engine and give the results of such scans. \\ \\
Last but not least, we are utilizing the Holesky testnet for this example. It means that you need a Metamask wallet with both Holesky tETH and Holesky tGLM. To obtain Holesky tETH feel free to use one of the following faucets: \\
- [Faucet 1](https://holesky-faucet.pk910.de/) \\
- [Faucet 2](https://faucet.quicknode.com/ethereum/holesky) \\n
- [Faucet 3](https://faucet.chainstack.com/holesky-testnet-faucet) \\
- [Faucet 4](https://www.holeskyfaucet.io/) \\ \\
After You obtain some tETH, you can request tGLM tokens from this Smart Contract by calling the "Create" function: \\
- [GLM Faucet Smart Contract](https://holesky.etherscan.io/address/0xface100969ff47eb58d2cf603321b581a84bceac) \\ \\
When You are ready to start, click the "Connect Wallet" button. This button will initialize the following steps of the process: \\
- Connect Your Metamask Wallet with Web Service \\
- Register Your wallet to the Service via SIWE (Sign-In with Ethereum) standard \\ \\
Have fun!`
`),
},
},
Expand Down

0 comments on commit 687b78e

Please sign in to comment.