flâneur — a map of the web's best reading

[CosmWasm] CosmWasm 소개 - 1

velog.io · 2,181 words · saved by 1 readers

Coswasm 기초

[CosmWasm] CosmWasm 소개 - 1 iguigu 로그인 iguigu 로그인 [CosmWasm] CosmWasm 소개 - 1 iguigu · 2022년 4월 19일 팔로우 0 cosmwasm CosmWasm 목록 보기 1 / 3 Introduction CosmWasm은 Cosmos 생태계에서의 스마트컨트랙트 플랫폼 Cosmos-SDK 내에 플러그인 할 수 있는 모듈로 작성되어 있음 Getting Started Installation Go 설치 cd /usr/local GO_VERSION = 1.17 .6 sudo curl -LO https://dl.google.com/go/go ${GO_VERSION} .linux-amd64.tar.gz sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go ${GO_VERSION} .linux-amd64.tar.gz cat ~/.profile | grep /usr/local/go/bin || echo 'export PATH= $PATH :/usr/local/go/bin' >> ~/.profile cat ~/.profile | grep GOPATH = || ech

Explore this link on the map →

related reading