8000 GitHub - comit-network/create-comit-app at 0.4.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

comit-network/create-comit-app

Repository files navigation

Gitter chat

Create Comit App

Set up a local development environment for COMIT apps with one command.

If you have any question please reach out to the team in our Gitter chat!

1 - Install

  1. Install Docker,
  2. Install yarn,
  3. create-comit-app can now be run with either:
  • yarn create comit-app --help

2 - Create your first project!

  1. yarn create comit-app new <your-app-name>,
  2. yarn create comit-app start-env to start blockchain and COMIT nodes,
  3. Run the btc-eth example (in separate terminal):
    1. Navigate to the btc-eth example app directory cd <path-to-your-app>/examples/btc_eth,
    2. yarn install to install dependencies,
    3. yarn start to run the application.

You can find additional examples in the examples directory that is created as part of step 1.

Appendix

Important: You don't have to follow this section, the above section is actually sufficient.

Appendix A: Build the project yourself

  1. Install Docker,
  2. Install Rust: curl https://sh.rustup.rs -sSf | sh,
  3. Checkout the repo: git clone https://github.com/comit-network/create-comit-app/; cd create-comit-app,
  4. Build and install: make install.

About

Set up a local development environment for COMIT apps with one command.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 12

0