Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@celo/celo-composer

Package Overview
Dependencies
Maintainers
21
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/celo-composer

Get started building dApps on Celo

  • 1.0.5
  • Source
  • npm
  • Socket score

Version published
Maintainers
21
Created
Source

Celo Composer

Build, deploy, and iterate quickly on decentralized applications using Celo.

GitHub Contributors GitHub Contributors Issues GitHub pull requests MIT License

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Celo Composer allows you to quickly build, deploy, and iterate on decentralized applications using Celo. It provides a number of frameworks, examples, and Celo specific functionality to help you get started with your next dApp.

(back to top)

Built With

Celo Composer is built on Celo to make it simple to build dApps using a variety of front-end frameworks.

(back to top)

Getting Started

To build your dApp, you'll need to install the dependencies, create a new project, and run the following commands:

Prerequisites

  • Node
  • Git (v2.38 or higher)

How to use Celo Composer

The easiest way to get started with Celo Composer is using @celo/celo-composer. This is a CLI tool enables you to quickly start building dApps on Celo for multiple frameworks including React, React Native (w/o Expo), Flutter and Angular. You can create the dApp using default Composer templates provided by Celo. To get started, use the following command:

npx @celo/celo-composer create
This will prompt you to select the framework and the template you want to use

Celo Composer select framework

Once you select the framework and the template, it will ask you to select the smart contract development environment tool

Celo Composer tool selection

After selecting the tool, it will ask you whether you want subgraph support for your dApp

Celo Composer subgraph support

Finally, it will ask you for the name of your dApp

Celo Composer dApp name

🔥Voila, you have your dApp ready to go. You can now start building your dApp on Celo.

Supported Frameworks

React

  • Creating examples and experiment with React for your libraries and components.
  • Install dependencies with yarn or npm i.
  • Start the dApp with yarn react-app:dev/npm run react-app:dev and you are good to go.
  • Support for Website and Progressive Web Application.
  • Works with all major crypto wallets.

Check here to learn more about Celo Composer - React

React Native

  • You don't need to configure anything. A reasonably good configuration of both development and production builds is handled for you so you can focus on writing code.
  • Support for Android and IOS.
  • Works with Expo and without Expo.
  • Working example app - The included example app shows how this all works together.
  • Easy to use and always updated with latest dependencies.

Check here to learn more about Celo Composer - React Native

Flutter

  • One command to get started - Type flutter run to start development in your mobile phone.
  • Works with all major mobile crypto wallets.
  • Support for Android, IOS (Web, Windows, and Linux coming soon).
  • Working example app - The included example app shows how this all works together.
  • Easy to use and always updated with latest dependencies.

Check here to learn more about Celo Composer - Flutter

Angular

  • Creating examples and experiment with Angular for your libraries and components.
  • Easy to setup and use.

Check here to learn more about Celo Composer - Angular

🔭 Learning Solidity

📕 Read the docs: https://docs.soliditylang.org

📧 Learn the Solidity globals and units

Support

Join the Celo Discord server at https://chat.celo.org. Reach out on the dedicated repo channel here.

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

As a contributor, you can add your own dApp to this repository and include it as a tab for others to access. Follow the steps below and reference existing files for additional details to help you get started.

If you decide to try this out and find something confusing, consider opening an pull request to make things more clear for the next developer that comes through. If you improve the user interface or create new components that you think might be useful for other developers, consider opening a PR.

We will happily compensate you for contributions. Anywhere between 5 and 50 cUSD (or more) depending on the work. This is dependent on the work that is done and is ultimately up to the discretion of the Celo Foundation developer relations team.

You can view the associated bounty on Gitcoin here.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

(back to top)

Keywords

FAQs

Package last updated on 14 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc