Skip to content

Commit

Permalink
Update copy.ts
Browse files Browse the repository at this point in the history
First step copy
  • Loading branch information
golmek authored Jun 19, 2024
1 parent 9ed717a commit 127809d
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions frontend/src/utils/copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,10 @@ const md = new Remarkable();
export const copy: any = (() => {
return {
[UserState.DISCONNECTED]: {
title: "Disconnected",
title: "Hello Golem Developer!",
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. \nThis 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 [Link](https://www.virustotal.com/gui/home/upload). \nOf 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. \nLast 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: \n[Faucet 1](https://holesky-faucet.pk910.de/) \n[Faucet 2](https://faucet.quicknode.com/ethereum/holesky) \n[Faucet 3](https://faucet.chainstack.com/holesky-testnet-faucet) \n[Faucet 4](https://www.holeskyfaucet.io/) \nAfter You obtain some tETH, you can request tGLM tokens from this Smart Contract by calling the "Create" function: \n[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: \n-Connect Your Metamask Wallet with Web Service \n-Register Your wallet to the Service via SIWE (Sign-In with Ethereum) standard \nHave fun!`),
},
},
get [UserState.CONNECTED]() {
Expand Down

0 comments on commit 127809d

Please sign in to comment.