GithubHelp home page GithubHelp logo

jovijovi / ether-minter Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 1.08 MB

An NFT minter microservice inspired by ether-goblin.

License: MIT License

Makefile 1.81% Solidity 14.23% Shell 0.97% Dockerfile 0.71% TypeScript 82.28%
ethereum minter nft erc721 erc721a microservice blockchain contract solidity

ether-minter's Introduction

Ether Minter

GitHub Actions

An NFT minter microservice inspired by ether-goblin.

Features

  • Avatar NFT contract
  • NFT Minter APIs
    • Mint NFT by random minter
    • Gas price circuit breaker
    • Batch mint/transfer/burn NFTs
    • Deploy contract by API
  • API authorization via 2FA token
  • RESTFul APIs for the Ethereum ecosystem
  • Microservice run in Docker

Supported Chains

Development Environment

  • typescript 4.8.4
  • node v18.12.0
  • ts-node v10.9.1
  • yarn v1.22.19

Contract Dependencies

Quick Guide

  • Install dependency

    yarn
  • Build code

    Install all dependencies and compile code.

    make build
  • Build docker image

    make docker
  • Test

    yarn test
  • Run

    • Params

      • --config Config filepath. Example:

        ts-node ./src/main/index.ts --config ./conf/app.config.yaml
    • Run code directly by ts-node

      yarn dev-run --config ./conf/app.config.yaml
    • Run compiled code by node

      yarn dist-run --config ./conf/app.config.yaml
  • Clean

    make clean

Roadmap

  • Documents

License

MIT

ether-minter's People

Contributors

jovijovi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

zsolidity

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.