Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 588 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 588 Bytes

soliditypp-examples

Examples of Solidity++ 0.8.0 / 0.8.1.

This is a preview version. DO NOT use it in production environment.

Getting Started

npm install
npm test

Test Environments

Open test/vite.node.json and edit defaultNode to switch test environment.

  • Release Environment: Contracts are deployed on local network running the release version of gvite.

  • Beta Environment: Contracts are deployed on local network running the beta version of gvite.

  • Nightly Environment: Contracts are deployed on local network running the nightly version of gvite.