0.6.0 • Published 5 months ago

@base-org/build-onchain-apps v0.6.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

Build Onchain Apps

Build Onchain Applications with the best consumer experience in a few minutes. ☕️

Current version NPM Downloads GitHub contributors GitHub Stars GitHub

Build Onchain Apps takes an opinionated approach to streamlining and automating early decisions you must make in building your Consumer App.

So, if you are either a hackathon participant and/or an ambitious entrepreneur aiming to establish the next successful company, this is built with you in mind. 💙

Out of the box 🧰 🧙 ✨

  • Web2 building blocks: Next.js + Tailwind CSS + Radix UI 🟡
  • Onchain building blocs: Base + RainbowKit + wagmi + Viem 🔵
  • Onchain UI components: AccountConnectButton 🎨
  • Support EOA Wallet integration 👛
  • Linting and Prettier 💅
  • Support Progressive Web Apps (Coming Soon)
  • Client Analytics (Coming Soon)
  • Tests Suite (Coming Soon)
  • Web Vitals optimization (Coming Soon)
  • In-depth step by step documentation (Coming Soon)
  • Hardhat & @typechain/hardhat integration
  • One click deploy on Vercel
  • Onchain UI components: Balances, Minting, Airdrop, etc...
  • We just started; stay tuned for more to come!!! ☕️

Getting Started

Step 1: Kick off your Onchain App

npx @base-org/build-onchain-apps@latest create

Step 2: Obtain Wallet Connect Project ID from walletconnect.com and assign to the .env file

NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=ADD_WALLET_CONNECT_PROJECT_ID_HERE

Step 3: Install and Run your Onchain App

# Install dependencies
yarn

# Run Onchain App
yarn dev

Contributing ☕️ 🔵

The main purpose of this repository is to continue evolving Build Onchain Apps, making it better and easier to use. Development of Build Onchain Apps happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Build Onchain Apps.

Code of Conduct.

Build Onchain Apps has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing Guide.

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Build Onchain Apps.

Develop

To build and test the package locally use these quick steps

## Quick Start
# Clone the repo
git clone https://github.com/base-org/build-onchain-apps.git
cd build-onchain-apps

# Install and build latest dependencies
yarn
yarn build


## Test Local Package
# Link the local package to the global npm registry
npm link

# Test CLI using the local package
build-onchain-apps create

# After testing, unlink the package from the global npm registry
npm unlink @base-org/build-onchain-apps
npm uninstall -g @base-org/build-onchain-apps

Community ☁️ 🌁 ☁️

Building Onchain Applications is all about community, whether you are ready for a hackathon or building your next company; for any questions, feel free to:

  1. open an issue and ask a question here on GitHub;
  2. reach out to the maintainers on Twitter: @zizzamia, @alvaroraminelli;
  3. let us know what project you build with this library.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

0.5.0

5 months ago

0.4.1

5 months ago

0.4.0

5 months ago

0.6.0

5 months ago

0.3.0

6 months ago

0.2.2

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago