greenhouse

command module
v0.0.0-...-23afbe8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2022 License: MPL-2.0 Imports: 4 Imported by: 0

README

Greenhouse

Integrated solidity environment.

Tutorial

Start an empty folder and initialize it:

$ mkdir greenhouse-example
$ cd greenhouse-example
$ greenhouse init
Config file created

Create a simple smart contract:

$ mkdir contracts
$ cat <<EOT >> contracts/Simple.sol
pragma solidity >=0.8.0;

contract Simple {
}
EOT

Build the smart contract:

$ greenhouse build

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL