블록체인
블록체인/비트코인 현황을 볼 수 있는 사이트
https://www.blockchain.com/ko/explorer
https://bitcoinvisuals.com/stats
블록체인 데이터 까보기
블록체인 기술 테스트 사이트
https://anders.com/blockchain/hash.html
비트코인 및 Altcoin 기격 챠트
개인키 생성 방법
블록체인 용어 정리
https://bitcoin.org/en/developer-glossary#numbers
Average Block Size
https://blockchain.info/charts/avg-block-size
비트코인
비트코인위키
https://en.bitcoinwiki.org/wiki/Main_Page
국가별 비트코인 채굴 전기요금
https://www.blockchainhub.kr/bbs/board.php?bo_table=talk≀_id=4472
마이닝 수수료에 따라서 달라지는 Uncomfirmed transaction 비율 정리
비트코인 클라이언트/API 콜 리스트
- https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
- Bitcoin Core Debug Console에서 사용할 수 있는 명령어들
Bitcoin Improvement Proposals
https://github.com/bitcoin/bips
Reduced Storage
https://bitcoin.org/en/full-node#reduce-storage
비트코인 월릿
https://bitcoin.org/en/choose-your-wallet
Raw transaction format: 트랜잭션 포맷 확인
https://bitcoin.org/en/developer-reference#block-chain
Testnet
Testnet Explorer: Testnet에서 사용된 트랜잭션 확인
https://live.blockcypher.com/btc-testnet/
Testnet에서 사용되는 코인 받기
https://coinfaucet.eu/en/btc-testnet/
Smart Contract
Smart Contract, Bitcoin Opcodes
https://en.bitcoin.it/wiki/Script
Hyperledger
Coursera IBM Blockchain Foundation for Developers
https://www.coursera.org/learn/ibm-blockchain-essentials-for-developers/home/welcome
하이퍼레저 홈
https://hyperledger.github.io/composer/latest/
하이퍼레저 설치 방법
https://hyperledger.github.io/composer/latest/installing/installing-index.html
하이퍼레저 튜토리얼
https://hyperledger.github.io/composer/latest/tutorials/tutorials.html
하이퍼레저 컴포저 개발환경 만들기
- https://hyperledger.github.io/composer/latest/installing/development-tools.html
- 컴포저 개발환경이란 비즈니스 네트워크를 구성하고 테스트할 수 있는 환경
- 비즈니스 네트워크는 Model 파일, Script 파일, Access Control 파일, Query 파일로 구성
- 로컬에 개발용 컴포저 환경을 만들기 위한 가이드
- Playground 웹 앱을 통해서 컴포저 환경 구성
- 로컬에 설치하지 않고 https://composer-playground.mybluemix.net에 접속해서 컴포저 환경을 구성할 수 있음.
하이퍼레저 애플리케이션 만들기
https://hyperledger-fabric.readthedocs.io/en/latest/write_first_app.html
하이퍼레저 패브릭 네트워크 만들기
http://hyperledger-fabric.readthedocs.io/en/latest/build_network.html
하이퍼레저 패브릭 API
- https://fabric-shim.github.io/ChaincodeStub.html
- Hyperledger Composer API에서 제공되지 않는 함수들
- 함수 호출을 위해서는 getNativeAPI 함수가 호출되어야 함