demo-hub / creatorr

NFTHack 2021 submission - Winner of the Circle and NFT Protocol sponsor prizes

Home Page:https://nameless-wave-72583.herokuapp.com/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creatorr

Presentation

Youtube

You might have seen us at NFTHack 2021...

alt text

1st place for Best payments experience for end-users using Circle's sandbox

Winner for Best engagement in NFT Protocol's session

Development

Client

  • npm i -g http-server to install this module globally on your pc;
  • Navigate to the UI directory;
  • Run http-server;
  • If you go http://localhost:8080 you should see the app running;

API

  • Go the the api directory;
  • Run npm i;
  • Create a .env file with PORT=5000, CIRCLE_API_KEY={your_circle_api_key}, BASE_URL=https://api-sandbox.circle.com;
  • Run npm run dev;
  • You should see "Listening on port 5000" on the console and if you open the browser on localhost:5000 you should see "It's working!"

NFT Minter

  • Go to the creatorrminter folder;
  • Run npm i;
  • Run npm run dev;
  • You should see "Listening on port 3001" on the console and if you open the browser on localhost:5000 you should see the minter.
  • Cloned from https://github.com/hack3r-0m/NFTminter

Resources

Generate Circle API Key

https://developers.circle.com/docs/api-keys

About

NFTHack 2021 submission - Winner of the Circle and NFT Protocol sponsor prizes

https://nameless-wave-72583.herokuapp.com/index.html

License:MIT License


Languages

Language:SCSS 51.7%Language:TypeScript 17.5%Language:HTML 15.9%Language:JavaScript 14.8%Language:PHP 0.0%