# @0xsequence/erc-1155

> ERC-1155 implementation for Ethereum

Latest version **4.0.3** (published 2023-06-05) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @0xsequence/erc-1155
pnpm add @0xsequence/erc-1155
yarn add @0xsequence/erc-1155
bun add @0xsequence/erc-1155
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.0.3 |
| Published | 2023-06-05 |
| First published | 2021-03-15 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 2.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 315 |
| Maintainers | naivesheep, pkieltyka, phabc, agusx1211, acrylix |
| Keywords | tokens, collectibles, ERC1155, ERC-1155, fungible, non-fungible, semi-fungible, Ethereum |

## Links

- npm: https://www.npmjs.com/package/@0xsequence/erc-1155
- Repository: https://github.com/0xsequence/erc-1155
- Homepage: https://sequence.build
- Issues: https://github.com/0xsequence/erc-1155/issues
- npm.io page: https://npm.io/package/@0xsequence/erc-1155

## Dependencies (3)

- [ethers](https://npm.io/package/ethers.md) ^5.7.2
- [@ethersproject/abi](https://npm.io/package/@ethersproject/abi.md) ^5.7.0
- [@ethersproject/providers](https://npm.io/package/@ethersproject/providers.md) ^5.7.2

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 4.0.3 (latest) — 2023-06-05
- 4.0.2 — 2023-05-01
- 4.0.1 — 2023-04-04
- 4.0.0 — 2023-03-15
- 3.2.4 — 2022-11-16
- 3.2.3 — 2022-11-16
- 3.2.2 — 2022-11-15
- 3.2.1 — 2022-11-13
- 3.2.0 — 2022-11-13
- 3.1.1 — 2022-11-02
- 3.1.0 — 2021-10-28
- 3.0.7 — 2021-09-29
- 3.0.6 — 2021-09-27
- 3.0.5 — 2021-09-22
- 3.0.4 — 2021-03-16
- … 4 more at https://npm.io/package/@0xsequence/erc-1155/versions

## README

@0xsequence/erc-1155
====================

Sequence ERC-1155 contracts. For more information see, [github.com/0xsequence/erc-1155](https://github.com/0xsequence/erc-1155).


## Getting started

### Install

`yarn add @0xsequence/erc-1155` or `npm install @0xsequence/erc-1155`

### Usage from Solidity

```solidity
pragma solidity ^0.8.0;

import '@0xsequence/erc-1155/contracts/tokens/ERC1155/ERC1155.sol';

contract MyERC1155Token is ERC1155 {
  ...
}
```

## NOTES

`@0xsequence/erc-1155` includes the following files in its package distribution:

* `artifacts` -- hardhat output of contract compilation
* `typings` -- ethers v5 typings for easier interfacing with the contract abis


## LICENSE

Copyright (c) 2017-present [Horizon Blockchain Games Inc](https://horizon.io).

Licensed under [Apache-2.0](https://github.com/0xsequence/erc-1155/blob/master/LICENSE)

---
_Source: https://npm.io/package/@0xsequence/erc-1155 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
