docs(fix): incorect deploy steps
This commit is contained in:
parent
b9d46419d6
commit
ab16949ec8
13
README.md
13
README.md
@ -14,18 +14,17 @@ Additionally, we have implemented a web interface for interacting with this repo
|
|||||||
|
|
||||||
## Deploy (localhost)
|
## Deploy (localhost)
|
||||||
1. Open Ganache on your localhost
|
1. Open Ganache on your localhost
|
||||||
2. Install the project dependencies:
|
2. clone this repo
|
||||||
```
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
3. clone this repo
|
|
||||||
```
|
```
|
||||||
git clone $THIS_REPO_LINK
|
git clone $THIS_REPO_LINK
|
||||||
```
|
```
|
||||||
4. Open the Truffle console
|
3. Install the project dependencies:
|
||||||
```
|
```
|
||||||
cd Credit-Card-System-smartcontract
|
cd Credit-Card-System-smartcontract
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
4. Open the Truffle console
|
||||||
|
```
|
||||||
truffle console
|
truffle console
|
||||||
```
|
```
|
||||||
5. Deploy the contracts in the Truffle console:
|
5. Deploy the contracts in the Truffle console:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user