Skip to content
Snippets Groups Projects
Commit f4cd8306 authored by Anthony GRAIGNIC's avatar Anthony GRAIGNIC
Browse files

Add .env example

parent 55f9b733
No related branches found
No related tags found
1 merge request!1Add send_transaction and send_behavior
SIGNING_KEY=
RPC_URL=http://127.0.0.1:8545
CHAIN_ID=636363
AUTO_SEND_PERIOD=30
\ No newline at end of file
......@@ -6,6 +6,10 @@ A simple HTTP API to inject transactions or behaviors in an EcoMobiCoin test net
This project heavily use the forked and adapted [ethers-rs](https://gitlab.limos.fr/ecomobicoin/ethers-rs).
## Env vars
Copy the env example file to `.env` with the following command: `cp .env.example .env`
## Development
### Auto-Reloading Development Server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment