tipjar icon indicating copy to clipboard operation
tipjar copied to clipboard

Donate cycles to canisters of your choice.

Canister Tip Jar

https://tipjar.rocks (which redirects to https://k25co-pqaaa-aaaab-aaakq-cai.ic0.app)

Donate cycles to your favorite canisters on the Internet Computer and keep them live and healthy!

Features and Roadmap

  • [x] Deposit ICPs that are automatically converted into cycles.
  • [x] Name and choose your favorite canisters to contribute to.
  • [x] Monitor canister cycle level and top up whenever it goes lower than the daily average.
  • [x] Deduct cycle funds to make donations based on the contribution percentage of each user.
  • [x] Support Internet Identity login.
  • [x] Support "add to home screen" on mobile browsers.
  • [x] Support import of PEM file for those who do not have or use Internet Identity.
  • [ ] Blacklist canisters that attempt to rug pull.
  • [ ] Canister list pagination and search box.
  • [ ] Allow canister controllers to authorize their own donation page.
  • [ ] Support canister bundles and identification.
  • [ ] Support one time donation in addition to daily automatic ones.

Got questions? We have answers!

Please check out the list of Frequently Asked Questions.

I also wrote down some random notes on the design decisions in making this app.

Releases

  • Version 0.0.0 (retired)

    A technical demo that shows ICPs can be automatically converted into Cycles.

  • Version 0.0.1 (live)

    There could still be bugs to iron out over time, please report issues on GitHub. Source code is already released.

  • Version 0.1.0

    Ready when existing features are sufficiently tested.

  • Version 0.2.0

    Complete features for both donors and canister developers.

  • Version 0.3.0

    Feature freeze. Only bug fixes will be implemented.

  • Version 0.4.0

    The day when TipJar becomes immutable by having the black hole as its only controller!

Local deployment

If you want to run tipjar locally in your dfx environment, you will need GNU make, curl, and a working vessel installation too. For nix users, simply entering nix-shell is enough.

dfx start --background
make deploy

This will start a dfx replica, download necessary files, and deploy all canisters locally.