mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-10 16:36:40 +00:00
193 gitignore files added + readme updated
This commit is contained in:
parent
5be2a59e67
commit
264a83c384
3
.gitignore
vendored
3
.gitignore
vendored
@ -24,3 +24,6 @@ profiles.clj
|
||||
resources/contracts
|
||||
node_modules
|
||||
.DS_Store
|
||||
src/java
|
||||
yarn.lock
|
||||
/config.edn
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user