Skip to content

Commit dac9e6c

Browse files
authored
Merge pull request #283 from xpepermint/master
Rename package
2 parents 13b4676 + 257bff7 commit dac9e6c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

BUG_BOUNTY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Help us find any problems with this contract and with ERC-721 in general. This b
3838
- Issues that have already been published here or are already disclosed to the Nibbstack team are not eligible for rewards (a corollary, the Nibbstack team members are ineligible for rewards).
3939
- Social engineering, XKCD#538 attacks, bringing down Mainnet/Infura are not in scope and will NOT be paid a reward.
4040
- Only the end-user contracts (`src/contracts/**/*.sol`) are in scope.
41-
- Only the latest released version of this project [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-erc721.svg)](https://www.npmjs.com/package/@0xcert/ethereum-erc721) is in scope.
41+
- Only the latest released version of this project [![NPM Version](https://badge.fury.io/js/@nibbstack%2Ferc721.svg)](https://www.npmjs.com/package/@nibbstack/erc721) is in scope.
4242
- Only Ethereum mainnet is in scope. We intend to add other blockchains at a future date such as Hyperledger Burrow, Ethereum Classic, and POA Network.
4343
- [GitHub Issues](https://github.com/nibbstack/erc721/issues) is the only way to report issues and request rewards.
4444
- The Nibbstack team has complete and final judgment on the acceptability of bug reports.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ERC-721 Token — Reference Implementation
44

5-
**NOTICE: This repository has been transferred from 0xcert to Nibbstack. The documentation has not yet been fully updated but you can safely continue to use the existing packages.**
5+
**NOTICE: This repository has been transferred from 0xcert to Nibbstack and thus renamed from 0xcert/ethereum-erc721 to @nibbstack/erc721.**
66

77
This is the complete reference implementation of the [ERC-721](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md) non-fungible token standard for the Ethereum and Wanchain blockchains. It is also compatible with other EVM compatible chains like Binance Smart Chain (BSC), Avalanche (AVAX) etc. This is an open-source project, complete with [Hardhat](https://hardhat.org/) testing.
88

@@ -39,7 +39,7 @@ There are also test mocks that can be seen [here](src/tests/mocks). These are sp
3939
This project is [released as an npm module](https://www.npmjs.com/package/@nibbstack/erc721). You must install it using the `npm` command:
4040

4141
```
42-
$ npm install @nibbstack/erc721@2.0.0
42+
$ npm install @nibbstack/erc721@2.5.0
4343
```
4444

4545
### Source

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@0xcert/ethereum-erc721",
2+
"name": "@nibbstack/erc721",
33
"version": "2.5.0",
4-
"description": "Non-fungible token standard implementation for the Ethereum blockchain.",
4+
"description": "Reference implementation of the ERC-721 non-fungible token standard.",
55
"scripts": {
66
"test": "npx hardhat test",
77
"compile": "npx hardhat compile",

0 commit comments

Comments
 (0)