Git Product home page Git Product logo

kyce's People

Contributors

asiron avatar hellman avatar khovratovich avatar s-tikhomirov avatar

Watchers

 avatar  avatar

kyce's Issues

Build error: can't resolve '../contracts/bin/exchange.js'

Following the build instrutions, after npm run build:

ERROR in ./app/exchange.js
Module not found: Error: Can't resolve '../contracts/bin/exchange.js' in '/home/sergei/Documents/code/kyce/app'
 @ ./app/exchange.js 17:24-63
 @ ./app/vm.js
 @ ./app/index.js
 @ multi babel-polyfill ./app/index.js

ERROR in ./app/contract.js
Module not found: Error: Can't resolve '../contracts/bin/dbgtoken.js' in '/home/sergei/Documents/code/kyce/app'
 @ ./app/contract.js 17:24-63
 @ ./app/vm.js
 @ ./app/index.js
 @ multi babel-polyfill ./app/index.js
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build: `webpack --progress --colors`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/sergei/.npm/_logs/2018-03-08T14_24_13_782Z-debug.log

Research: can we implement accumulators using Ethereum crypto pre-compiles?

Ethereum has precompiled contracts for elliptic curve addition and scalar multiplication on alt_bn128 and pairing checks EIP-213.

Our paper says: "We suggest an accumulator based on bilinear maps due to Camenisch et al.

A question on implementation of some other crypto in Ethereum (the author tries to implement some fancy crypto with given primitives, turns out it is possible, at least the answer says so).

The question is, can we implement our accumulator using Ethereum crypto primitives?

See also: Vitalik on pairings on elliptic curves

Moved to issue 1 at kyce2.

Rewrite for ERCIM-2018

W.r.t. best practices and stuff. Use Zeppelin? Basically, a simple token that consults an external contract (KYCContract) to approve or reject the transfer.

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.