lithium

1.0.0-rc1 • Public • Published

Lithium

Lithium is a convention-over-configuration inspired, zero-magic development toolchain for smart contract development.

Will do/Won't do

Lithium will:

  • Compile your code deterministically (thats always nice!)
  • Use the solc optimizer
  • Deploy your code based on your configurations
  • Generate a dist/ directory you can use to distribute

Lithium will not:

  • Guess what you wanted
  • Cache things
  • Leak your source code
  • Involve "magic"

Usage

lithium init

ls

Do development work in this stage

lithium

Hooray!

So yeah

This isn't for everyone. If you want code reloading and automatic testing and fancy shit, go use truffle.

TL;DR

It's basically a makefile and a deploy script. You bring everything else

Readme

Keywords

none

Package Sidebar

Install

npm i lithium

Weekly Downloads

1

Version

1.0.0-rc1

License

MIT

Unpacked Size

12.8 kB

Total Files

16

Last publish

Collaborators

  • bonsaiden
  • bwheeler96