Skip to content
View chameil's full-sized avatar

Block or report chameil

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chameil/README.md

Ooju NFT Mint Site

template for NFT creators who only need a minting portal. this is a simple, no-code solution with an interface for plugging in contract details and a background image.

Installation

if you are a non-developer wanting to launch your own minting website:

  1. deploy your smart contract and upload image/json assets (if applicable) to IPFS.
  2. click the "Deploy to Heroku" button below, create a password for your admin account, and provide your smart contract details
  3. your site will work immediately - set up a custom domain (optional) for free inside your heroku.com dashboard

Deploy

for more details on each step above, go here (INSERT).

Development

  1. bundle
  2. rails g rename:into your_site_name (remove rename gem afterwards)
  3. rails db:setup && rails db:migrate
  4. cp config/application-sample.yml config/application.yml
  5. rm -rf .git && git init && git add . && git commit -m 'first commit'
bin/dev # uses foreman to boot server, frontend, and bg job queue

Testing

rspec # run all tests inside spec/
rspec spec/dir_name # run all tests inside given directory

Deploying

heroku git:remote -a heroku_app_name_here # you only need to do this once
git push heroku master # deploys master branch
git push heroku some_branch_name:master # deploys non-master branch

Popular repositories Loading

  1. chameil chameil Public

    Config files for my GitHub profile.

    Ruby