Skip to content

Commit

Permalink
Remove packaging section from README
Browse files Browse the repository at this point in the history
  • Loading branch information
jummy123 authored and cryptofish7 committed Jan 20, 2022
1 parent 7e5071b commit 3e4485d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,3 @@ To verify the contracts on rinkeby you will need an etherscan API key, see [.env
```
yarn hardhat verify --network rinkeby "${contract_address}"
```

## Publishing NPM package

To publish a package to npm first ensure you have generated the abi for the contracts `yarn hardhat export-abi`. We use [np](https://www.npmjs.com/package/np) for publishing on npmjs.com. After installing it run `np` and follow the interactive prompt for building and uploading a package.

0 comments on commit 3e4485d

Please sign in to comment.