Skip to content

Commit dd13fe4

Browse files
committed
minor updates to README
1 parent aa2f941 commit dd13fe4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
An example of a contract that implements ERC-1167: Minimal Proxy
44

5+
### Video Tutorial
6+
7+
There is an accompanying video tutorial that explains these concepts in more detail over on the [DevBootstrap YouTube channel here](https://youtu.be/7H7GVI1gsTc).
8+
9+
### ERC-1167 Concepts
10+
11+
<img src='./img/erc-1167.png' height=442 width=708>
12+
513
__Setup commands__
614

715
For background information, these are the commands used to setup this project initially
@@ -10,15 +18,13 @@ For background information, these are the commands used to setup this project in
1018
npm i -g truffle
1119
npm install @openzeppelin/upgrades
1220
truffle init
13-
truffle create migration store
14-
truffle create migration storeFactory
1521
```
1622

1723
__Try out this example__
1824

1925
To run this example on your local machine, you need to clone this repo(!) and then follow the below instructions.
2026

21-
Start up a new truffle console session in your terminal using `truffle console` then, in the session, compile and deploy the Store and StoreFactory contracts. In order to test this out in the Tuffle Console we essentially need to:
27+
Start up a new `ganache-cli` session in one termain and a truffle console session in another terminal using `truffle console` then, in the session, compile and deploy the Store and StoreFactory contracts. In order to test this out in the Tuffle Console we essentially need to:
2228

2329
1. Compile the contracts
2430
1. Migrate the contracts

img/erc-1167.png

67.6 KB
Loading

0 commit comments

Comments
 (0)