evote
A voting application that leverages Hyperledger Fabric and the IBM Blockchain Platform to record and tally ballots.
파일 탐색기
최종 버전 다운로드 (.zip)- extensions.json
- launch.json
- ballotData.json
- electionData.json
- presElection.json
- Ballot.js
- Election.js
- VotableItem.js
- Voter.js
- voterContract.js
- my-asset-contract.js
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitignore
- .npmignore
- index.js
- package-lock.json
- package.json
- voterContract@7.0.0.cds
- appAdmin.gif
- assoociate-ca-identity.gif
- assoociate-orderer-ca-identity.gif
- consortium.gif
- createChannel.gif
- createIBP.gif
- createIKS.gif
- createOrderer.gif
- demo.gif
- downloadCCP.gif
- installContract.gif
- instantiateContract.gif
- joinChannel.gif
- ordererCA.gif
- ordererIdentities.gif
- ordererMSP.gif
- query.gif
- registerIdentities.gif
- runClient.gif
- startServer.gif
- updateConfig.gif
- voterCA.gif
- voterMSP.gif
- voterPeer.gif
- .DS_Store
- app-architecture.png
- blank.png
- channel.png
- contracts.png
- function.png
- ibpVideo.png
- ibpVideo2.png
- instantiate.png
- instantiated.png
- routes.png
- run-local.md
- saveWallet.png
- startFabric.png
- successInstall.png
- troubleshooting-https-options.png
- troubleshooting-self-signed-certificate.png
- userAuth.png
- wallet.png
- favicon.ico
- index.html
- logo.png
- CastBallot.vue
- GetCurrentStanding.vue
- Home.vue
- QueryAll.vue
- QueryByKey.vue
- QueryWithQueryString.vue
- echarts.js
- index.js
- api.js
- apiService.js
- App.vue
- main.js
- .gitignore
- package-lock.json
- package.json
- README.md
- network.js
- app.js
- .eslintrc.js
- .gitignore
- config.json
- enrollAdmin.js
- invoke.js
- local_fabric_connection.json
- package-lock.json
- package.json
- registerUser.js
- .DS_Store
- .eslintrc.js
- README.md
- .DS_Store
- CONTRIBUTING.md
- LICENSE
- MAINTAINERS.md
- patternTemplate.md
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/IBM/evote
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd evote
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Homebrew macOS/Linux용 패키지 매니저입니다.
brew install nvm
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
npm run serve
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
