Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Fixing the README on npmjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
sullof committed Oct 17, 2018
1 parent a663d9f commit edd006e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 76 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
`$ tronbox init`
<br>

2. Download a Dapp, ex: metacoin-box<br>
2. Download a dApp, ex: metacoin-box<br>
`$ tronbox unbox metacoin`
<br>

Expand Down Expand Up @@ -131,22 +131,22 @@ instance.sendCoin([address, amount], {from: account[1]});

2. Clone your forked repo recursively, to include submodules, for example:
```
git clone --recurse-submodules -j8 git@github.com:sullof/tron-box.git
$ git clone --recurse-submodules -j8 git@github.com:sullof/tron-box.git
```
3. If you don't have yarn, install it globally:
3. If you don't have yarn and/or lerna already installed, install them globally:
```
npm i -g yarn
$ npm i -g yarn lerna
```
4. Bootstrap the project:
```
yarn bootstrap
$ yarn bootstrap
```
5. To build TronBox:
```
yarn build:tronbox
$ yarn build:tronbox
```
6. During the development, for better debugging, you can run, for example
```
./tronbox.dev migrate --reset
$ ./tronbox.dev migrate --reset
```

65 changes: 0 additions & 65 deletions packages/tronbox/README.md

This file was deleted.

1 change: 1 addition & 0 deletions packages/tronbox/README.md
2 changes: 1 addition & 1 deletion packages/tronbox/build/chain.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/tronbox/build/cli.bundled.js
Original file line number Diff line number Diff line change
Expand Up @@ -193906,7 +193906,7 @@ module.exports = __webpack_amd_options__;
/* 1156 */
/***/ (function(module, exports) {

module.exports = {"name":"tronbox","namespace":"tronprotocol","version":"2.0.5","description":"TronBox - Simple development framework for tronweb","dependencies":{"mocha":"^4.1.0","original-require":"1.0.1"},"devDependencies":{"clean-webpack-plugin":"^0.1.16","copy-webpack-plugin":"^4.0.1","fs-extra":"6.0.1","ganache-cli":"6.1.0-beta.4","glob":"^7.1.2","js-scrypt":"^0.2.0","meta-npm":"^0.0.22","meta-pkgs":"^0.2.0","mocha":"5.2.0","prepend-file":"^1.3.1","semver":"^5.5.0","shebang-loader":"0.0.1","stream-buffers":"^3.0.1","tmp":"0.0.33","truffle-box":"^1.0.7","truffle-contract":"^3.0.6","truffle-core":"^4.1.14","web3":"0.20.6","webpack":"^2.5.1","yargs":"^8.0.2"},"bin":{"tronbox":"./build/cli.bundled.js"},"scripts":{"prepare":"npm run build","build":"npm run build-tronweb && npm run build-cli","build-tronweb":"cd ../tronwrap/tron-web && yarn build -p","build-cli":"webpack --config ./cli.webpack.config.js","test":"echo \"Error: tests will be fixed soon in a new release\" && exit 1","publish:byoc":"node ./scripts/prereleaseVersion.js byoc-safe byoc","publish:next":"node ./scripts/prereleaseVersion.js next next"},"repository":{"type":"git","url":"https://github.com/tronprotocol/tron-box.git"},"homepage":"https://github.com/tronprotocol/tron-box/","bugs":{"url":"https://github.com/tronprotocol/tron-box/issues"},"originalAuthor":"consensys.net","author":"tron.network","authors":[{"name":"Tim Coulter","email":"tim@timothyjcoulter.com","url":"https://github.com/tcoulter"},{"name":"alinger","email":"alinger@forke.cn"}],"contributors":[{"name":"Francesco Sullo","email":"francesco@sullo.co","url":"https://github.com/sullof"}],"publishConfig":{"access":"public"}}
module.exports = {"name":"tronbox","namespace":"tronprotocol","version":"2.0.6","description":"TronBox - Simple development framework for tronweb","dependencies":{"mocha":"^4.1.0","original-require":"1.0.1"},"devDependencies":{"clean-webpack-plugin":"^0.1.16","copy-webpack-plugin":"^4.0.1","fs-extra":"6.0.1","ganache-cli":"6.1.0-beta.4","glob":"^7.1.2","js-scrypt":"^0.2.0","meta-npm":"^0.0.22","meta-pkgs":"^0.2.0","mocha":"5.2.0","prepend-file":"^1.3.1","semver":"^5.5.0","shebang-loader":"0.0.1","stream-buffers":"^3.0.1","tmp":"0.0.33","truffle-box":"^1.0.7","truffle-contract":"^3.0.6","truffle-core":"^4.1.14","web3":"0.20.6","webpack":"^2.5.1","yargs":"^8.0.2"},"bin":{"tronbox":"./build/cli.bundled.js"},"scripts":{"prepare":"npm run build","build":"npm run build-tronweb && npm run build-cli","build-tronweb":"cd ../tronwrap/tron-web && yarn build -p","build-cli":"webpack --config ./cli.webpack.config.js","test":"echo \"Error: tests will be fixed soon in a new release\" && exit 1","publish:byoc":"node ./scripts/prereleaseVersion.js byoc-safe byoc","publish:next":"node ./scripts/prereleaseVersion.js next next"},"repository":{"type":"git","url":"https://github.com/tronprotocol/tron-box.git"},"homepage":"https://github.com/tronprotocol/tron-box/","bugs":{"url":"https://github.com/tronprotocol/tron-box/issues"},"originalAuthor":"consensys.net","author":"tron.network","authors":[{"name":"Tim Coulter","email":"tim@timothyjcoulter.com","url":"https://github.com/tcoulter"},{"name":"alinger","email":"alinger@forke.cn"}],"contributors":[{"name":"Francesco Sullo","email":"francesco@sullo.co","url":"https://github.com/sullof"}],"publishConfig":{"access":"public"}}

/***/ }),
/* 1157 */
Expand Down
2 changes: 1 addition & 1 deletion packages/tronbox/build/cli.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/tronbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tronbox",
"namespace": "tronprotocol",
"version": "2.0.6",
"version": "2.0.7",
"description": "TronBox - Simple development framework for tronweb",
"dependencies": {
"mocha": "^4.1.0",
Expand Down
1 change: 1 addition & 0 deletions tronbox.dev

0 comments on commit edd006e

Please sign in to comment.