specron / framework

Lightweight, open source and magic-free framework for testing solidity smart contracts.
https://specron.github.io/framework
MIT License
35 stars 11 forks source link

Sample contract #46

Closed fulldecent closed 5 years ago

fulldecent commented 5 years ago

Can someone please run

$ mkdir myProject $ cd myProject Initialize the project and install the dependencies.

$ specron init $ npm install Run tests to verify everything works as expected.

$ npm test

and then save that to specron/hello-world

Also add Travis integration.

This will help me quickly see if specron is right for me.


I have already complained to Truffle about the magic and boilerplates required there so specron could be a fresh relief!

https://github.com/trufflesuite/truffle/issues/1382

xpepermint commented 5 years ago

Don't forget the installation step as described in the documentation:

$ npm install -g @specron/cli web3@1.0.0-beta.36 solc

Here's the repository to the initialized project folder with Travis integration:

xpepermint commented 5 years ago

@fulldecent is this what you requested?

fulldecent commented 5 years ago

Thank you! Looks great. Added link here https://github.com/specron/framework/pull/53

xpepermint commented 5 years ago

Thanks.