# linkedlist-nickpai

> ZOS evm package deployment tutorial

Latest version **1.0.0** (published 2019-02-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install linkedlist-nickpai
pnpm add linkedlist-nickpai
yarn add linkedlist-nickpai
bun add linkedlist-nickpai
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-02-03 |
| First published | 2019-02-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 249.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Nick Pai |
| Maintainers | nicholaspai |
| Keywords | Solidity, ethereum, linked, list |

## Links

- npm: https://www.npmjs.com/package/linkedlist-nickpai
- npm.io page: https://npm.io/package/linkedlist-nickpai

## Dependencies (2)

- [zos-lib](https://npm.io/package/zos-lib.md) ^2.1.2
- [truffle-hdwallet-provider](https://npm.io/package/truffle-hdwallet-provider.md) ^1.0.3

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-02-03

## README

[Tutorial](https://blog.zeppelinos.org/evm-package-deployment-with-zeppelinos-part-i-introduction-and-creating-a-linkedlist-contract/)

1. `npm run ganache-cli`
2. `npm run zos-session` starts a new local session using the 10th address
3. `npm run zos-add-contract` adds LinkedList contract to zos session
4. `npm run zos-push` deploys the proxy contract that is not intended to be directly manipulated
5. `zos create LinkedList --init initialize --args "NewContractName"` deploys an instance of the proxy contract that we can interact with
6. Test contract locally via the truffle console: `npx truffle console --network local`
7. Publish to local network: `zos publish --network local`
8. Deploy to Ropsten: `zos push --network ropsten --from 0xf886A4d39f0f4eC2FE4f678e52DdEc07758A4057`
9. Publish to ropsten: `zos publish --network ropsten --from 0xf886A4d39f0f4eC2FE4f678e52DdEc07758A4057`

---
_Source: https://npm.io/package/linkedlist-nickpai · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
