vitelabs / soliditypp-examples

Examples of Solidity++ contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Examples of Solidity++ contracts


Languages

Language:Solidity 92.0%Language:TypeScript 8.0%