Giter VIP home page Giter VIP logo

my_learning_cosmos's Introduction

My_Learning_Cosmos

Learn everything about Cosmos Blockchain

Installation

CLI

  1. Rust

  2. target: wasm-unknown-unknown

  3. wasmd (backbone for CosmWasm)

    following is the guide for install/upgrade wasmd on macOS

    1. pre-requisites:
      1. make: brew install make
      2. Go: brew install golang
    git clone https://github.com/CosmWasm/wasmd.git
    cd wasmd
    # If you are updating wasmd, first update your local repository by fetching the remote tags available
    git fetch --tags
    # replace the v0.27.0 with the most stable version on https://github.com/CosmWasm/wasmd/tags (or look at `git tag`)
    git checkout v0.27.0
    make install
    
    # add path to your ~/.zshrc or ~/.bashrc
    export GOPATH=$HOME/go
    export GOROOT="$(brew --prefix golang)/libexec"
    export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"
    
    # verify the installation
    wasmd version

For more, refer this.

Networks

Here, the testnet, mainnet RPC, faucet and other useful links are provided to deploy contracts.

References

Videos

my_learning_cosmos's People

Contributors

abhi3700 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.