https://github.com/suicore/operator-tools
Walrus Operator Tools
https://github.com/suicore/operator-tools
Last synced: 2 months ago
JSON representation
Walrus Operator Tools
- Host: GitHub
- URL: https://github.com/suicore/operator-tools
- Owner: suicore
- License: mit
- Created: 2025-03-17T17:40:23.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-30T18:16:46.000Z (3 months ago)
- Last Synced: 2025-03-30T19:22:23.036Z (3 months ago)
- Language: TypeScript
- Homepage: https://operator.suicore.com
- Size: 57.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Walrus Operator Tools 🛠️
## Description
Walrus Operator Tools is a set of utilities designed to assist Walrus Operators in managing their operations efficiently. Currently, it provides support for:- ✅ **Walrus Commission Claim**: Enables commission collection using Sui Wallet-compatible wallets, including:
- 🔹 **zkLogin wallets**
- 🔹 **Hardware wallets**
- 🔹 **Passphrase wallets**## How to Use
You can access Walrus Operator Tools through the following options:
### 🔗 Online Usage
Use the tool directly from your browser:[➡️ https://operator.suicore.com](https://operator.suicore.com)
### 🖥️ Run Locally
Clone the repository and run it locally:
```bash
git clone https://github.com/suicore/operator-tools.git
cd operator-tools
npm install
npm run dev
```## License
This project is licensed under the MIT License.