2018-07-13 17:39:02 +00:00
|
|
|
# Create a ERC721 marketplace using Embark
|
2018-07-03 17:29:12 +00:00
|
|
|
|
2018-07-13 17:39:02 +00:00
|
|
|
Remember to fork this repository
|
2018-07-03 17:29:12 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
npm install -g embark
|
2018-07-13 17:39:02 +00:00
|
|
|
git clone https://github.com/GITHUB-USERNAME/embark-tutorial-erc721.git
|
|
|
|
cd embark-tutorial-erc721
|
2018-07-03 17:29:12 +00:00
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|