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

add self hosted wallet generator with diffs #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

plowsof
Copy link
Owner

@plowsof plowsof commented Apr 16, 2023

Suggestions welcome!

steps 1-3 to help reviewers confirm the original is mooos (and 4-5 is what bF must do after approval):
monero-project#2139 adds a workflow check to confirm both the html and zipped version are signed)

  • Step 1: after puling this PR, Perform interactive rebase (rename pick to edit wallet-generator: add mooos original version)

    git rebase -i 85c43dd^
    
  • Step 2: Download and import mooos public key

    wget https://raw.githubusercontent.com/monero-project/monero/master/utils/gpg_keys/moneromooo.asc
    gpg --import moneromooo.asc
    
  • Step 3: Verify the signed file

    cd resources/wallet-generator/
    gpg --verify monero-wallet-generator.html.asc
    git rebase --continue
    
  • Step 4: Sign the HTML file with your own key (Overwrite existing file)

    gpg --output monero-wallet-generator.html.asc --armor --detach-sig monero-wallet-generator.html
    
  • Step 5: Create a ZIP file

    zip monero-wallet-generator.zip monero-wallet-generator.html monero-wallet-generator.html.asc
    
resources/
└── wallet-generator/
    ├── monero-wallet-generator.html
    ├── monero-wallet-generator.html.asc
    └── monero-wallet-generator.zip

@plowsof plowsof force-pushed the wallet_gen branch 30 times, most recently from de76146 to b9c1c58 Compare April 18, 2023 01:05
@plowsof plowsof force-pushed the wallet_gen branch 13 times, most recently from db81ef5 to 33906f2 Compare April 18, 2023 23:18
@plowsof plowsof changed the title Wallet gen add self hosted wallet generator with diffs Apr 18, 2023
plowsof and others added 2 commits April 19, 2023 14:45
- changed structure to make it more mobile friendly
- added getmonero's headers for SEO and opengraph views
- alias used to prevent offline users seeing the permalink front matter
- <noscript> tags used to hide 'js required' note
- if URL starts with http a note advising against online usage is displayed
- manifest.json file hard coded to prevent local CORS errors
- clicking logo directs user to getmonero.org instead of "#"

Co-authored-by: erciccione <[email protected]>
@faithful-fowl-d4c00kg
Copy link

faithful-fowl-d4c00kg bot commented Jul 18, 2024

The preview deployment failed. 🔴

Open Build Logs

Last updated at: 2024-07-18 21:43:44 CET

@plowsof plowsof force-pushed the master branch 10 times, most recently from ea8f677 to e87bb47 Compare October 19, 2024 21:32
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.

3 participants