Giter VIP home page Giter VIP logo

anonft's Introduction

AnonFT

Privacy preserving NFT proof of ownership

Before running this repo, rename config.js.example to config.js and fill in the relevant variable with your Ethereum wallet information as is described within the file.

Deploying Smart Contracts

Starting ganache:

docker run -p 8545:8545 -d trufflesuite/ganache-cli:latest -g 0

Deploying contracts to local chain:

truffle deploy

Deploying contracts to Goerli testnet:

truffle migrate --network goerli

Then make note of the AnonFTFactory contract address and contract account to put into config.js

Running the Webapp

Execute the following command:

./startup.sh

go to: http://localhost:8080/

Run Whisper Node

To setup a node to communicate on the Whisper network run:

cd whisper/
docker-compose up -d

To shut down the Whisper node:

docker-compose down

Running a Relayer

To setup a relayer server, first complete the relevant relayer entries in config.js.

Then execute:

cd relayer/
npm install
node relayer.js

Relayer should be listening on http://localhost:3000/

Built using Truffle, and OpenZeppelin

!!!Disclaimer!!!

The code in app/static/tornadoIntegrations.js is a paired down and slightly modified version of cli.js from https://github.com/tornadocash/tornado-cli

It is made clear by the comments within the file which parts are taken from the Tornado git repo and which functions are original for this repo

anonft's People

Contributors

charliev18 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.