Skip to content

ninegua/tipjar

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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.