steven1227 / neo-ide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeoIDE

The best online IDE for Neo.

Table of Contents

Introduction

Downloads GitHub Issues Contributions welcome

Create contracts for the Neo platform without setting up the environment and downloading packages for developers, just open Neo IDE in your browser and start creating the future.

Available for:

  • Mac OSX
  • Windows
  • Linux
  • Android (.APK)

Requirements

First you need to install O3 wallet, it provides dAPI for developers who want to interact easily with NEO blockchain. You can download O3 wallet from this page.

Usage

Local Installation

  1. Download Neo IDE from Releases tab
  2. Install dependencies with npm:
    • $ cd neo-ide
    • $ npm install
  3. Run React application:
    • $ npm run start
  4. Run docker container with compilers (guide in ./compilers folder)

How to Contribute

  1. Clone repo and create a new branch: $ git checkout https://https://github.com/everstake/neo-ide -b name_for_new_branch.
  2. Make changes and test
  3. Submit Pull Request with comprehensive description of changes

License

The Neo IDE project is licensed under the Apache License Version 2.0

About

License:Apache License 2.0


Languages

Language:TypeScript 69.5%Language:CSS 25.8%Language:Python 1.6%Language:Shell 0.9%Language:Dockerfile 0.8%Language:JavaScript 0.7%Language:C# 0.6%Language:HTML 0.2%