UNPKG

create-zksync-app

Version:

A full-stack starter template with React & zk sync Hardhat to develop, deploy, and test Solidity smart contracts on the zk sync era network. Argent wallet Supported

30 lines (29 loc) 697 B
{ "name": "create-zksync-app", "version": "3.0.1", "description": "A full-stack starter template with React & zk sync Hardhat to develop, deploy, and test Solidity smart contracts on the zk sync era network. Argent wallet Supported", "bin": "./bin/index.js", "repository": { "type": "git", "url": "https://github.com/sambitsargam/create-zksync-app" }, "author": "Sambit Sargam Ekalabya", "license": "MIT", "bugs": { "url": "https://github.com/sambitsargam/create-zksync-app/issues" }, "keywords": [ "zksync", "dapp", "template", "react", "l2", "web3", "hardhat", "argent", "dapp" ], "dependencies": { "chalk": "^4.1.2" } }