资源算法i-made-this

i-made-this

2020-03-02 | |  41 |   0 |   0

I Made This

This repo contains the completed project files for the I Made This Bitcore tutorialI Made This is an electron app that leverages Bitcore to timestamp files in the blockchain.

Download this project with:

git clone git@github.com:bitpay/i-made-this.git

图片.png

Install

Install and Run Bitcore Node

Follow this guide to install and run a full Bitcore node.

Assuming the created Bitcore node is called mynode and resides in your home directory, Symlink the i-made-this stampingservice into the node_modules directory of ~/mynode

ln -s ~/mynode/node_modules ~/i-made-this/stampingservice

Add stampingservice as a dependency in ~/mynode/bitcore-node.json

{  "datadir": "./data",  "network": "testnet",  "port": 3001,  "services": [    "bitcoind",    "db",    "address",    "web",    "stampingservice"
  ]
}

Run npm install from within the stampingservice directory:

cd ~/i-made-this/stampingservice
npm install

Start your bitcore-node from within the ~/mynode directory

cd ~/mynode
bitcored

Install the Electron App

In a new terminal tab or window, run:

npm install electron-prebuilt -g

cd i-made-this
npm install
bower install
electron .

To learn how to create this project from scratch, read the tutorial.


上一篇:made-in-brazil

下一篇:made-with-webassembly

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...