Skip to content

Commit

Permalink
Add GitPod config
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Apr 1, 2020
1 parent f866290 commit f5d94ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitpod.yml
@@ -0,0 +1,5 @@
tasks:
- init: yarn install
github:
prebuilds:
addBadge: true
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# NEAR Shell command line interface

[![Build Status](https://travis-ci.com/nearprotocol/near-shell.svg?branch=master)](https://travis-ci.com/nearprotocol/near-shell)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/nearprotocol/near-shell)

NEAR Shell is a Node.js application that relies on [`nearlib`](https://github.com/nearprotocol/nearlib) to generate secure keys, connect to the NEAR platform and send transactions to the network on your behalf.

Expand Down

0 comments on commit f5d94ac

Please sign in to comment.