cruzw / Congress-ERC721-NFTs

Tokens representing Members of the 115th US Congress using ERC-721 Non-Fungible Token standard tailored to be a non-profit fundraising mechanism via OpenSea.io

Home Page:http://congrex.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Tokens representing Members of the 115th US Congress using ERC-721 Non-Fungible Token standard tailored to be a non-profit fundraising mechanism via OpenSea.io.

A fun project to work on, but will not be going live.

###Congrex.io ###Senator Example

Try It Locally

clone & cd into repo, then..

$ npm i
$ npm run metadata-pipeline

# with ganache running..
$ npm run truffle-migrate-dev
$ node scripts/mintCongressMembers.js
$ npm run dev

Prerequisites

  • Ganache is used to run an ethereum blockchain locally.
  • Infura API key is used for testnet/mainnet deployment.

rename .config.example.js and fill in INFURA_KEY, MNEMONIC, & CONTRACT_ADDRESS as needed.

About

Tokens representing Members of the 115th US Congress using ERC-721 Non-Fungible Token standard tailored to be a non-profit fundraising mechanism via OpenSea.io

http://congrex.io/

License:The Unlicense


Languages

Language:HTML 95.1%Language:JavaScript 4.4%Language:CSS 0.6%