vendee
v1.1.5
Published
TVM-Solidity contract development framework
Downloads
22
Maintainers
Readme
Vendee
TVM-Solidity contract development framework
Overview
Vendee is a TVM-blockhain contract development framework that aims to save development time and investor money
- Contract compilation
- Testing with Mocha and Chai
- Running deployment scripts
- Giver deployment and using
- Wrapper to manage Simple Emulator
- Ability to use contracts without changes on server side and in browser
- Interactive console
- Pretty code style
Requirements
- Docker to run node Simple Emulator
- Nodejs
- yarn to initialize project
Project initialization
npx vendee@latest
Documentation
Examples
- vendee-example - simple example of using Vendee for contract compilation, testing and deployment published as npm package
- vendee-example-web - simple example of using vendee-example in web published at example.vendee.top
Tools
- vendee-keys - methods of working with key pair
Contributing
- Read CONTRIBUTING.md to view development commands
- Open an issue if you want report a bug or make a suggestion
- Make a pull request if you want to add something