Skip to content

Instantly share code, notes, and snippets.

View soohanpark's full-sized avatar

Soohan Park soohanpark

View GitHub Profile
@soohanpark
soohanpark / README-Template.md
Created May 30, 2022 02:37 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Remixd 사용방법

npm install -g @remix-project/remixd 로 remixd 설치.

remixd -s <열 폴더의 절대 경로> --remix-ide https://remix.ethereum.org 를 통해 터미널에서 remix 데몬 실행.

https://remix.ethereum.org/ 에 접속하여, localhost에 접속하여 편집 시작.

package eVoting
import (
"bytes"
"github.com/hyperledger/fabric/core/chaincode/shim"
sc "github.com/hyperledger/fabric/protos/peer"
"strconv"
)
type Vote struct {