I hereby claim:
- I am miukki on github.
- I am miukki (https://keybase.io/miukki) on keybase.
- I have a public key ASC9q6SvUln4gqhUM88znEi5c_HhVAYFtO9saiFZU5KEkgo
To claim this, I am signing this object:
| package byteslice | |
| import ( | |
| "bytes" | |
| "context" | |
| "crypto/ecdsa" | |
| "encoding/json" | |
| "io" | |
| "math" | |
| "math/big" |
| package circuit | |
| import ( | |
| "github.com/consensys/gnark-crypto/ecc" | |
| "github.com/consensys/gnark/frontend" | |
| "github.com/consensys/gnark/std/hash/mimc" | |
| ) | |
| // Circuit defines a pre-image knowledge proof | |
| // mimc(secret preImage) = public hash |
I hereby claim:
To claim this, I am signing this object:
#Pepository
url = [email protected]:miukki/graphql-list.git
#Play with GraphQL
cd server
yarn graphql
| version: "2" | |
| services: | |
| app: | |
| container_name: app | |
| restart: always | |
| build: . | |
| ports: | |
| - "3000:3000" | |
| links: | |
| - mongo |
| # config valid only for current version of Capistrano | |
| lock '3.6.1' | |
| set :application, 'eic-lisa-web' | |
| set :repo_url, '[email protected]:Prepsmith/eic-lisa-web.git' | |
| set :deploy_to, '/home/eic/static/lisa' | |
| set :linked_dirs, fetch(:linked_dirs, []).push('node_modules', 'bower_components') |
| version: 2 | |
| jobs: | |
| build: | |
| docker: | |
| - image: circleci/node:10 | |
| working_directory: ~/repo | |
| steps: |
| # Javascript Node CircleCI 2.0 configuration file | |
| # | |
| # Check https://circleci.com/docs/2.0/language-javascript/ for more details | |
| # | |
| version: 2 | |
| jobs: | |
| build: | |
| docker: | |
| # specify the version you desire here | |
| - image: circleci/node:8.11-stretch-browsers |
| # cryptography-task | |
| ## Get Started | |
| ### Installation | |
| ``` | |
| npm install --save cryptography-task | |
| ``` |