Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.
/ EVM2 Public archive
forked from 22388o/etleneum

Based centralized plataform for test EVM on Lightning Network

Notifications You must be signed in to change notification settings

AreaLayer/EVM2

This branch is 2 commits ahead of 22388o/etleneum:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef486d4 · Apr 5, 2022
Apr 1, 2022
Dec 16, 2021
Jul 8, 2021
Jul 11, 2021
Feb 3, 2020
Jan 31, 2019
Jul 11, 2021
Jul 11, 2021
Sep 30, 2021
Apr 5, 2022
Dec 16, 2021
Apr 1, 2022
Dec 16, 2021
Sep 30, 2021
Dec 16, 2021
Jul 7, 2021
Nov 1, 2021
Sep 30, 2021
Sep 30, 2021
Dec 16, 2021
Jul 11, 2021
May 10, 2021
Apr 1, 2022
Dec 11, 2020
Dec 16, 2021
Jul 11, 2021
Dec 11, 2020
Feb 22, 2019
Sep 26, 2019
Jul 8, 2021
Oct 11, 2020

Repository files navigation

Ethereum Virtual Machine on Lightning Network (2)

  • a third-party automated escrow
  • a platform for hosting complex apps without infrastructure
  • a pun with Ethereum
  • the Lua Lightning cloud
  • the MVPficator of Lightning apps
  • a home for your wildest dreams with satoshis
  • Smart contracts by Ethereum

Build

You need Lua 5.3 and musl to build statically linked binaries.

Install musl libc then use it to compile lua5.3 with it. What I did was to modify the Lua Makefile replacing gcc with musl-gcc and then compiling normally (with make posix instead of make linux because of some readline issue). Then symlinking with ln -s (pwd)/src/liblua.a /usr/lib/musl/lib/liblua5.3.a.

After all that you can run make.

Less complicated build

You can build without statically linking the C libraries. It requires lua5.3 to be installed and then you run this and it should work:

go build -o etleneum

License

Public domain, except you can't use for shitcoins. Only Bitcoins here.

Releases

No releases published

Packages

No packages published

Languages

  • Go 54.5%
  • Svelte 24.8%
  • Python 13.6%
  • JavaScript 2.5%
  • PLpgSQL 2.5%
  • CSS 1.0%
  • Other 1.1%