Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Add and document yarn deploy:dev:contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoAlexandre committed Sep 24, 2020
1 parent 870e4b1 commit 4106aa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DEVELOPMENT.md
Expand Up @@ -141,6 +141,10 @@ yarn prettier:write # Auto-format UI code
yarn lint # Check UI code for linting errors
yarn reset:state # Delete all local state: identity keys, monorepo
# and saved preferences

yarn deploy:dev:contracts # Deploy the Ethereum Radicle Contracts to a local
# instance of an Eth blockchain. We use ganachi for
# local development.
```


Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -141,7 +141,8 @@
"prettier:check": "yarn prettier --check",
"prettier:write": "yarn prettier --write",
"lint": "eslint . --ignore-path .gitignore --ext .js,.svelte,.ts",
"reset:state": "cd proxy && cargo run -- --reset-state"
"reset:state": "cd proxy && cargo run -- --reset-state",
"deploy:dev:contracts": "./scripts/deploy-dev-contracts.js"
},
"dependencies": {
"@babel/runtime": "^7.10.5",
Expand Down

0 comments on commit 4106aa6

Please sign in to comment.