0.0.24 • Published 2 years ago

cookbookdev v0.0.24

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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
0.0.23

2 years ago

0.0.24

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago