Skip to content
View cycle-express's full-sized avatar

Block or report cycle-express

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cycle-express/README.md

Cycle.Express

Buy cycles with fiat, and charge up your canisters on the Internet Computer.

For how to use, please refer to this document, or our website https://cycle.express/.

For customer support, please directly mail to [email protected].

We use a typical client-server architecture, except that both are hosted in the same canister container on the Internet Computer. This technique is made possible by Motoko Http Server.

  • The backend server keeps transaction records, and integrates with Stripe, a payment gateway service.
  • HTML and Javascript frontend handles user input, shows payment link, and confirms after a successful payment.

The backend is written in Motoko, and frontend in Javascript and Webpack. Build environment requires nodejs, vessel and pandoc to be in PATH. Just type make to build both frontend and backend from source.

The deployment takes 2 steps:

  • Deploy canister code with the required initialization parameters. This can be done from ic-repl.
  • Upload frontend assets to the canister. This can be done by using the icx-asset command.

The deployed canister id is 4r37y-mqaaa-aaaab-aadqq-cai. Anyone can verify that the deployed Wasm hash (as well as frontend html and javascript) should match what is built and released on github.

Unless otherwise noted, all source codes are released under MIT License.

Popular repositories Loading

  1. cycle-express cycle-express Public

    Buy cycles with fiat

    JavaScript 18 2

  2. awesome-internet-computer awesome-internet-computer Public

    Forked from dfinity/awesome-internet-computer

    A curated list of awesome projects and resources relating to the Internet Computer Protocol