ERC721-wallet

所属分类:NFT
开发工具:JavaScript
文件大小:269KB
下载次数:0
上传日期:2020-06-23 16:48:51
上 传 者sh-1993
说明:  一个去中心化的ERC721钱包[由于社区缺乏兴趣而停止托管维护]
(A decentralized ERC721 wallet [hosting maintenance discontinued out of lack of interest from community])

文件列表:
.babelrc (205, 2020-06-24)
.editorconfig (44, 2020-06-24)
.travis.yml (690, 2020-06-24)
Dockerfile (416, 2020-06-24)
LICENSE (11357, 2020-06-24)
__tests__ (0, 2020-06-24)
__tests__\components (0, 2020-06-24)
__tests__\components\Start.js (479, 2020-06-24)
__tests__\components\Token.js (931, 2020-06-24)
__tests__\components\__snapshots__ (0, 2020-06-24)
__tests__\components\__snapshots__\Start.js.snap (1467, 2020-06-24)
__tests__\components\__snapshots__\Token.js.snap (55116, 2020-06-24)
__tests__\sagas (0, 2020-06-24)
__tests__\sagas\addToken.js (1062, 2020-06-24)
__tests__\sagas\fetchTransactions.js (2687, 2020-06-24)
__tests__\sagas\transferToken.js (1026, 2020-06-24)
assets (0, 2020-06-24)
assets\mycollectibles-logo.png (109835, 2020-06-24)
package-lock.json (578526, 2020-06-24)
package.json (3027, 2020-06-24)
public (0, 2020-06-24)
public\index.html (455, 2020-06-24)
setupFile.js (42, 2020-06-24)
src (0, 2020-06-24)
src\abis (0, 2020-06-24)
src\abis\ERC721.json (8710, 2020-06-24)
src\abis\MLB.json (202, 2020-06-24)
src\actions (0, 2020-06-24)
src\actions\addNameAndSymbol.js (773, 2020-06-24)
src\actions\addToken.js (467, 2020-06-24)
src\actions\fetchTransactions.js (604, 2020-06-24)
src\actions\transferToken.js (704, 2020-06-24)
src\components (0, 2020-06-24)
src\components\Headline.js (697, 2020-06-24)
src\components\LedgerModal.js (6393, 2020-06-24)
src\components\NetworkIndicator.js (2013, 2020-06-24)
src\components\Root.js (1216, 2020-06-24)
... ...

# ERC721 Wallet [![Build Status](https://travis-ci.com/TimDaub/ERC721-wallet.svg?branch=master)](https://travis-ci.com/TimDaub/ERC721-wallet) [![Codecov branch](https://img.shields.io/codecov/c/github/TimDaub/ERC721-wallet/master.svg)](https://codecov.io/github/TimDaub/ERC721-wallet?branch=master) ## Note from 2020 With this project, I wanted to show that ERC721 wallets are indeed possible through pure decentralization (e.g. by a client fetching all of the data from a node). However, this turned out quite frustrating and impossible given some UX constraints I set myself, but most importantly because ERC721's interface isn't very good for querying. Neither were other parts of Ethereum (at that time -- not sure if this has become better. I believe not...). A friend even did a quite sophisticated experiment outlining the problem of the standard. I highly recommend checking it out: https://vrde.github.io/erc721-benchmark/ ## Motivation There are many ERC721 wallets out there already, but none that work truely permissionless in the sense that any ERC721 can be added. This wallet's aim is to allow any ERC721 be transferred with Metamask and eventually Ledger or Trezor. ## Support |Token|Support| |---|---| |Any OpenZeppelin ERC721 contract|Fully supported| |CryptoKitties.co|Fully supported| |KnownOrigin.io|Fully supported| |left.gallery|Fully supported| |mokens.io|Fully supported| |ensnifty.com|Fully supported| |Gitcoin.co Kudos|Fully supported| |mlbcryptobaseball.com|Partially supported| |Ethermon Adventure|Partially supported| |Any 0xcert ERC721 contract|Not yet supported| We're looking for donations of NFTs (0x2418ECF0617EC94343afe7301c71E7E9dfC5E523) for testing. Additionally, we're looking for contributors implementing their custom ERC721s. For more guidance simply open an issue. ## Installation ``` $ git clone git@github.com:TimDaub/ERC721-wallet.git $ npm i $ npm run dev ``` ## Run a production build with docker ``` $ docker build -t app . $ docker run -d -p 80:80 app ``` Or by pulling the image from docker hub directly: ``` $ docker run -p 80:80 timdaub/erc721-wallet ``` ## Contribute & License This is an open source project licensed under the permissive Apache 2 license. Any contributions will be merged as quickly as possible. We highly welcome outside contributions. Please send your PR!

近期下载者

相关文件


收藏者