Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.89 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.89 KB

otterspace-badges

image

An EIP-4973-compliant Account-bound token frontend to otterify Ethereum.

Project Information

This repository hosts the code for Otterspace's EIP-4973 demo in response to Weyl, Ohlhaver and Buterin's "Decentralized Society: Finding Web3's Soul" paper.

We created a EIP-4973-compliant account-bound token contract. We allow users to mint a token on the Rinkeby Testnetwork to other's addresses.

The frontend is live at https://badges.otterspace.xyz/.

Installation & Contributing

Prerequisites

  • Please use node v12
git clone [email protected]:otterspace-xyz/badges.git
npm i
npm run dev

The front end is then accessible at https://localhost:5000 (only https!).

Help

I can't see my Soul Otter on Metamask!

Note that Metamask on Desktop currently doesn't support displaying NFTs! But if you have Metamask on your mobile, try the following steps:

signal-2022-05-13-150506_002

  • As contract address use 0x9a8469255a7d41a715e539a22eb1127be0973a1e
  • To find the tokenId of your Soul Otter, check your Rinkeby transaction and the "Logs" tab. The last topic of the event Attest(address to, uint256 tokenI) contains the tokenId [EIP-4973 specification].

License

See LICENSE file.