Custom ERC721 Marketplace Tutorial
Go to file
Richard Ramos 2450ed76c9
Update 1-workspace.md
2018-07-15 15:08:28 -04:00
app Fix for web3 check 2018-07-13 12:32:32 -04:00
config Translations 2018-07-13 10:51:29 -04:00
contracts Translations, fixes and additional images 2018-07-13 12:21:30 -04:00
resources Adding spaceships images from http://www.kenney.nl/assets/space-kit 2018-06-30 22:13:54 -04:00
test Adding basic functionality for buying and token creation 2018-06-30 22:15:17 -04:00
tutorial Update 1-workspace.md 2018-07-15 15:08:28 -04:00
.babelrc Adding babel config, and react-bootstrap 2018-06-30 21:58:41 -04:00
.gitignore Added .gitignore 2018-06-29 13:10:40 -04:00
README.md Update README.md 2018-07-13 13:39:02 -04:00
embark.json Initial commit with empty embark app 2018-06-28 11:27:30 -04:00
package.json Added toggle to grant approvals to sell tokens 2018-07-01 22:29:59 -04:00

README.md

Create a ERC721 marketplace using Embark

Remember to fork this repository

npm install -g embark
git clone https://github.com/GITHUB-USERNAME/embark-tutorial-erc721.git
cd embark-tutorial-erc721
npm install