🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cookbookdev

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

cookbookdev

Cookbook.dev <p align="cent

0.0.24
unpublished
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source



Cookbook.dev

npm version Join our Discord!
npm version


Find any smart contract, build your project faster

The cookbookdev CLI lets you install any Cookbook contract directly into your personal workflow. In seconds, you can have a contract or library - and all of its dependencies - ready to deploy or edit in your favorite development environment.

  • hardhat
  • truffle
  • brownie
  • forge
  • and everything else

Install

You can use npx with cookbookdev, but it's more convenient to install it locally

$ npm install -g cookbookdev

Quick Use

Find a contract at https://www.cookbook.dev, then download it with

$ cookbookdev install {address}

Commands

cookbookdev install {address} or cookbookdev i {address}: install any contract you find on https://www.cookbook.dev

Examples

  • cookbookdev i simple-token
  • cookbookdev install simple-token
  • npx cookbookdev i simple-token
  • npx cookbookdev install simple-token
  • npx cookbookdev install Azuki-ERC721A-NFT-Sale

Keywords

ethereum

FAQs

Package last updated on 19 May 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