diff --git a/README.md b/README.md index ae6a3ca..eaba74d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you have existing migrations then this command will behave like `migrate --re The command currently supports all Truffle options, including `--dry-run` and `--network` selection. -# Migrating from `truffle migrate` +# Migrating Existing Projects If you're migrating from `truffle migrate` then you can preserve your deployed contracts by manually creating a network config. @@ -81,6 +81,8 @@ The key here is that the Truffle build artifact network addresses are derived fr - Deploying a contract to the same network twice is not currently supported. Networks are distinguished by their network_id rather than an alias, so you have to scope the 'latest' set of contracts by network. +- It's currently built against Truffle 4.1.5, but it's likely that it will work with older versions of Truffle as well. If you want to test it and submit a PR that would be fantastic! + # License Note that this project borrows code heavily from `truffle-migrate` and `truffle-core`. This code is similarly licensed under the MIT license. diff --git a/package.json b/package.json index 2ab44c8..fe65bbc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "truffle-migrate-off-chain", - "version": "1.0.0", - "description": "Off-chain Solidity migrations and contract tracking for Truffle", + "version": "0.1", + "description": "Off-chain migrations for Truffle", "main": "index.js", "scripts": { "main": "node index.js"