cookbookdev

0.0.24 • Public • Published



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

Package Sidebar

Install

Weekly Downloads

73

Version

0.0.24

License

ISC

Unpacked Size

31 kB

Total Files

8

Last publish

Collaborators

  • breakthroughlabs