New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

build-on-base

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-on-base

Build on base

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

Build On Base CLI

Simple, minimalistic and opinionated boilerplates to start developing Onchain Apps on Base.

npm GitHub

Available boilerplates:

  • NextJS + Foundry
  • Vite React TS + Foundry
  • Vite React TS + Foundry + OP Wagmi

Getting Started

$ npx build-on-base create 

# Once the installation is complete

$ cd <your app name>

$ git init

$ git add . 

$ git commit -m "first commit"

$ yarn 

$ yarn chain

$ yarn deploy

$ yarn dev

Develop

In order to develop and test the CLI you need the following:

  • NVM
  • Git
  • Yarn # Once you run nvm use install it globally via corepack enable

Then you can run the following commands:

$ yarn # to install dependencies

$ yarn build

$ yarn start create # to test the cli we pass create to the start command

Architecture

The project consist of a simple CLI that includes references to multiple templates hosted in their own repository. These templates or boilerplates have the same commands and are fully independent.

Adding new boilerplates

To extend the template options, include the name and Github url in the templates/index.ts file.

Roadmap

[ ] Include a new boilerplate for Foundry + NextJS + Subgraph

[ ] Include a new boilerplate for Foundry + Vite React TS + Subgraph

FAQs

Package last updated on 15 Dec 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