1.1.5 • Published 1 year ago

upstake v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

UPSTAKE

UPSTAKE is a Node.js library that provides functionalities for automating the restaking process of cryptocurrency assets.

Features

  • Scheduled Restaking: Schedule automatic restaking at specific intervals.
  • Customizable Restaking Strategies: Choose from various restaking strategies based on preferences and goals.
  • Performance Analytics and Insights: Analyze the performance of staking activities and gain insights.

Installation

You can install UPSTAKE via npm:

npm install upstake

Usage

const upstake = require('upstake');

// Schedule automatic restaking
upstake.scheduleRestaking(user, interval);

// Customize restaking strategy
upstake.customizeRestakingStrategy(user, strategy);

// Update for instruction: upstake command

// Commands:

addtoken <token>                   

Add a new token

restake <asset>                  

Initiate the restaking process for a cryptocurrency asset

Documentation

For detailed documentation and examples, please visit UPSTAKE Documentation.

Contributing

Contributions are welcome! Please read the Contribution Guide before submitting a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.