Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Warrick FitzGerald committed Oct 8, 2018
1 parent de4ef5d commit b86e4e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ EOS Easy Contract

Allows EOS developers to get started writing smart contracts in minutes, not hours.

EOS Smart Contracts are written in C++, and configuring a development environment to compile those smart contracts can be time consuming.
EOS Smart Contracts are written in C++, and configuring a development environment to compile those smart contracts can be time consuming and much of the tooling simply is not available for windows developers.

EOS Easy contract allows you to create a smart contract without having to compule any software and does not require knowlege of the complex ecosystem that EOS uses to build it's contracts.

Expand All @@ -18,6 +18,10 @@ Suported Platforms
------------
Currently Supported on: __Windows__, ~~OSX~~ (coming soon), ~~Linux~~ (coming soon)

Requirements
------------
- Docker (free) - https://www.docker.com/get-started
- Visual Studio Code (free) - https://code.visualstudio.com/download

Getting Started
------------
Expand Down

0 comments on commit b86e4e2

Please sign in to comment.