Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mooncityorg/dale-mint-backend-avax-main
dale-mint-backend-avax-main
https://github.com/mooncityorg/dale-mint-backend-avax-main
avalanche-avax backend nft-mint smart-contracts
Last synced: 4 days ago
JSON representation
dale-mint-backend-avax-main
- Host: GitHub
- URL: https://github.com/mooncityorg/dale-mint-backend-avax-main
- Owner: mooncityorg
- Created: 2024-09-13T06:31:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:53:34.000Z (4 months ago)
- Last Synced: 2024-12-20T14:55:07.709Z (12 days ago)
- Topics: avalanche-avax, backend, nft-mint, smart-contracts
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keyoshi-NFT-Minting-Backend
This is a backend for Keyoshi NFT minting project. Its function is to store minted number of NFT according to a specified discord user.
### How to use this program
To install all dependancies, run the following command:
```shell
npm install
```To host the server to local network, run the following command:
```shell
npm run start
```