Skip to content

winsnip/nexusws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

How To Run Nexus CLI

Step 1: Register and Get Prover ID

  1. Go to the web: beta.nexus.xyz.
  2. Register using your email in the profile section.
  3. Inspect the website to get the prover ID:
    • Open the browser's Developer Tools (F12 or right-click and select "Inspect").
    • Go to the "Console" tab and run the following command:
      localStorage.getItem('flutter.proverId');
  4. Copy the flutter.proverId value.

Step 2: Run Nexus

  1. Clone Repository
     git clone https://github.com/winsnip/nexusws.git
     cd nexusws
    
  2. Process On Screen
    screen -S nexus
    
  3. Change File Permissions
    chmod +x run.sh
    
  4. Run Script
    ./run.sh
    
  5. Save On Screen CTRL A+D


Dont Forget Support Team https://trakteer.id/Winsnipsupport/tip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages