https://github.com/yzevm/solidity-truffle-testing-starter-kit
Starter kit for testing ethereum smart contract
https://github.com/yzevm/solidity-truffle-testing-starter-kit
ethereum smart-contracts solidity testing truffle
Last synced: 5 months ago
JSON representation
Starter kit for testing ethereum smart contract
- Host: GitHub
- URL: https://github.com/yzevm/solidity-truffle-testing-starter-kit
- Owner: yzevm
- License: mit
- Created: 2020-06-04T23:23:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:49:09.000Z (over 3 years ago)
- Last Synced: 2026-01-12T23:20:34.445Z (6 months ago)
- Topics: ethereum, smart-contracts, solidity, testing, truffle
- Language: Solidity
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solidity-truffle-testing-starter-kit
[![Build Status][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![License: MIT][license-image]][license-url]
Thanks [@obernardovieira](https://github.com/obernardovieira) for great [guide](https://forum.openzeppelin.com/t/test-smart-contracts-like-a-rockstar/1001)
### Usage
```sh
npm ci
npm run test
npm run coverage
npm run test:gasless
```
Node.js v12.10.0 works for me
### Gas report

[travis-image]: https://travis-ci.org/yegorzaremba/solidity-truffle-testing-starter-kit.svg?branch=master
[travis-url]: https://travis-ci.org/yegorzaremba/solidity-truffle-testing-starter-kit
[coveralls-image]: https://coveralls.io/repos/github/YegorZaremba/solidity-truffle-testing-starter-kit/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/YegorZaremba/solidity-truffle-testing-starter-kit?branch=master
[license-image]: https://img.shields.io/badge/License-MIT-yellow.svg
[license-url]: https://opensource.org/licenses/MIT