193 gitignore files added + readme updated

This commit is contained in:
Ivan Grishaev 2017-12-26 18:14:54 +03:00
parent 5be2a59e67
commit 264a83c384
2 changed files with 10 additions and 1 deletions

3
.gitignore vendored
View File

@ -24,3 +24,6 @@ profiles.clj
resources/contracts
node_modules
.DS_Store
src/java
yarn.lock
/config.edn

View File

@ -38,7 +38,13 @@ Web3j [2.3.0](https://github.com/web3j/web3j/releases/tag/v2.3.0) is required an
## Running
Make sure `env/dev/resources/config.edn` is correctly populated.
Prepare your local git-ignored config file:
```
cp env/dev/resources/config.edn config.edn
```
Make sure `config.edn` is correctly populated.
Lauch a local geth node with the bot account unlocked: