JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q36582F
  • License ISC

Package Exports

  • doubler-toolkit
  • doubler-toolkit/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (doubler-toolkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Introduction

This README provides information about a tool developed for the Doubler Protocol https://testnetv3.doubler.pro, a DeFi (Decentralized Finance) platform running on the Ethereum Virtual Machine (EVM) chain based. The tool utilizes the ethers.js library and the puppeteer web scraping library in Node.js. It enables users to perform various functions on the Doubler Protocol, including querying balances, participating in pools, ending pools, withdrawing, and harvesting rewards.

Features

The Doubler Protocol Tool offers the following features:

Query Balance: Users can check their balance on the Doubler Protocol.

Participate in Pools: Users can join pools on the Doubler Protocol.

End Pools: Users can initiate the end of pools on the Doubler Protocol.

Withdraw: Users can withdraw funds from the Doubler Protocol.

Harvest Rewards: Users can collect rewards earned from participating in pools.

Installation

To use doubler-toolkit, follow these steps:

Clone the repository to your local machine:

git clone https://github.com/auroraug/doubler-toolkit.git

Navigate to the project directory:

Install dependencies using npm:

npm install

Configure the tool by providing necessary environment variables or configuration files. Such as env file (Your PrivateKey and personal endpoint) must to set up first before you use it.

The tool will prompt you to choose from various options to perform actions on the Doubler Protocol, such as querying balances, participating in pools, ending pools, withdrawing, and harvesting rewards. Follow the on-screen instructions to proceed with your desired action.

Dependencies

ethers.js: A JavaScript library for interacting with the Ethereum blockchain and its ecosystem.

Puppeteer: A Node.js library for controlling headless Chrome or Chromium instances, used for web scraping.

Thank you for using the Doubler Protocol Tool! Happy DeFi-ing!