Lamden / ide

A web IDE to develop and deploy smart contracts with Lamden.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lamden Contracting IDE

A site for editing and uploading Lamden Smart Contracts

Installation

Clone the repo:

git clone https://github.com/Lamden/ide.git

Install Dependencies (may have to sudo):

npm install

Build and serve the website:

gatsby build && gatsby serve

Once instructed, browse to:

http://localhost:9000

Adding an API server

You can add an API server by going to the setting menu in the top left

About

A web IDE to develop and deploy smart contracts with Lamden.

License:MIT License


Languages

Language:JavaScript 96.6%Language:CSS 3.4%