enjin / erc-1155

ERC-1155: Smart Contract Sample Implementation
Apache License 2.0
420 stars 208 forks source link

Preinstall truffle #28

Closed kushkamisha closed 4 years ago

kushkamisha commented 4 years ago

This PR is to simplify the setup after cloning the repo. The thing is - there is no need to install Truffle on your computer globally and initialize it (to create a truffle-config file) to run the tests. I've simplified it to only git clone -> npm i -> npm test, and updated the projects' readme accordingly. Hope you'll find these changes useful