description: EVM-Based project framework
EXPO-GO
EXPO-GO is one of several PENTA-EXPO services created to facilitate development of EVM-Based project.
expo-go is inspired by go-ethereum which was developed using go, so expo-go can be well integrated with the ethereum protocol.
Expo-go is expected to help facilitate the development of EVM-based smart contracts.
Requirements
- Nodejs & npm installed
- Go version 1.17.*
Installation
Before installing expo-go, make sure you have already set GOPAT, GOBIN, and add GOBIN into PATH so you can call the command.
go install github.com/penta-expo/expo-go/expo@latest
Getting started
expo --help
The command above will list all available command and options.
for more information you can read here
License
The expo-go framework is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING
file.