Custom ERC721 Marketplace Tutorial
Go to file
Richard Ramos b71806ddad Minting tokens, part 2 2018-07-10 13:11:59 -04:00
app Minting tokens tutorial part 1 2018-07-10 12:17:15 -04:00
config Adding content to tutorial 2018-07-10 11:35:06 -04:00
contracts Documented contract 2018-07-02 13:20:05 -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 Minting tokens, part 2 2018-07-10 13:11:59 -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 Added readme file 2018-07-03 13:29:12 -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

status-dapp-workshop-mexico

DApp to be used during Mexico workshop on July 6th

Remember to fork this repository / Recuerda crear un fork de este repositorio

npm install -g embark
git clone https://github.com/GITHUB-USERNAME/status-dapp-workshop-mexico.git
cd status-dapp-workshop-mexico
npm install