Skip to content

marcoready/oz-app-1

Repository files navigation

OZ-APP-1

Project setup

npm install

Pre-requirements

  • Blockchain wallet in browser e.g Metamask.
  • Local Blockchain for develop Ganache
  • To deploy to other blockchain networks you will need an infura account to connect
  • Go to Infura register and create a project
  • Create a .secrets.json (see ./secrets.dist.json)

Compiles OpenZeppelin Contracts

npx oz compile

Deploy a OpenZeppelin contract

npx oz deploy

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Openzepplin documentation

See Openzepplin

Releases

No releases published

Packages

No packages published