스탭코딩


Remix 에서 환경을 Injected web3를 사용하려고 할때 


 'No injected Web3 provider found. Make sure your provider (e.g. MetaMask) is active and running (when recently activated you may have to reload the page).'


에러가 뜬다면 geth를 설치해주면 됩니다.





https://geth.ethereum.org/downloads/


에 접속해서 운영체제에 맞는 버전을 설치하고 브라우져를 끄고 다시 리믹스에 접속하시면 됩니다 :)

'BLOCKCHAIN > Ethereum' 카테고리의 다른 글

A next generation blockchain 차세대 블록체인  (0) 2018.08.15
What is Ethereum? 이더리움이란?  (0) 2018.08.15


A next generation blockchain


  Blockchain technology is the technological basis of Bitcoin, first described by its mysterious author Satoshi Nakamoto in his white paper “Bitcoin: A Peer-to-Peer Electronic Cash System”, published in 2008. While the use of blockchains for more general uses was already discussed in the original paper, it was not until a few years later that blockchain technology emerged as a generic term. A blockchain is a distributed computing architecture where every network node executes and records the same transactions, which are grouped into blocks. Only one block can be added at a time, and every block contains a mathematical proof that verifies that it follows in sequence from the previous block. In this way, the blockchain’s “distributed database” is kept in consensus across the whole network. Individual user interactions with the ledger (transactions) are secured by strong cryptography. Nodes that maintain and verify the network are incentivized by mathematically enforced economic incentives coded into the protocol.


-       블록체인 기술은 비트코인 기술을 기반으로 하고있음

-       블록 체인은 모든 네트워크 노드가 블록으로 그룹화 된 동일한 트랜잭션을 실행하고 기록하는 분산 컴퓨팅 아키텍처

-       한 번에 하나의 블록 만 추가 할 수 있으며 모든 블록에는 이전 블록의 순서대로 이어지는지를 검증하는 수학적 증명이 포함되고, 이러한 방식으로 블록 체인의 "분산 데이터베이스"는 전체 네트워크에 걸쳐 공감대(데이터 일치)유지


 

  In Bitcoin’s case the distributed database is conceived of as a table of account balances, a ledger, and transactions are transfers of the bitcoin token to facilitate trustless finance between individuals. But as bitcoin began attracting greater attention from developers and technologists, novel projects began to use the bitcoin network for purposes other than transfers of value tokens. Many of these took the form of “alt coins” - separate blockchains with cryptocurrencies of their own which improved on the original bitcoin protocol to add new features or capabilities. In late 2013, Ethereum’s inventor Vitalik Buterin proposed that a single blockchain with the capability to be reprogrammed to perform any arbitrarily complex computation could subsume these many other projects.


-       비트 코인 (Bitcoin)의 경우 분산 데이터베이스는 계좌 잔고, 원장 테이블로 간주되며 거래는 비트 동전 토큰을 전송하여 개개인 간의 보증 없는 금융을 촉진

-       비트코인이 개발자들로부터 주목을 받기 시작하면서 알트코인형태로 원래의 비트 동전 프로토콜을 개선하여 새로운 기능을 추가 한 독점적인 블록 체인(cryptocurrencies)을 사용

-       2013 년 말 Ethereum의 창시자인 비탈릭 부테린은 임의로 복잡한 계산을 수행하도록 다시 프로그래밍 할 수 있는 단일 블록 체인에 다른 프로젝트(알트코인)을 담을 수 있다고 제안

 

  In 2014, Ethereum founders Vitalik Buterin, Gavin Wood and Jeffrey Wilcke began work on a next-generation blockchain that had the ambitions to implement a general, fully trustless smart contract platform.


-       2014 년 이더리움 창립자인 비탈릭 부테린, 개빈 우드 및 제프리 윌케는 완전한 보증 없는 스마트 계약 플랫폼을 구현하고자하는 차세대 블록 체인에 대한 작업 시작


출처

Ethereum Homestead Documentation

(http://www.ethdocs.org/en/latest/index.html)

Docs » Introduction » What is Ethereum?




What is Ethereum?



Ethereum is an open blockchain platform that lets anyone build and use decentralized applications that run on blockchain technology. Like Bitcoin, no one controls or owns Ethereum – it is an open-source project built by many people around the world. But unlike the Bitcoin protocol, Ethereum was designed to be adaptable and flexible. It is easy to create new applications on the Ethereum platform, and with the Homestead release, it is now safe for anyone to use those applications.


-       누구나 블록 체인 기술록 실행되는 분산된 애플리케이션을 구축하고 사용할 수 있는 개방형 블록 체인 플랫폼

-       오픈소스 프로젝트

-       적용도와 유연성이 높게 고안됨





출처

Ethereum Homestead Documentation

(http://www.ethdocs.org/en/latest/index.html)

Docs » Introduction » What is Ethereum?