Skip to content

chronologic/deep-waifu-nft-astar

Repository files navigation

DeepWaifu Main

deep-waifu-nft-astar

This is a part of the DeepWaifu project.

This repository holds the smart contract that handles payments and minting of the DeepWaifu NFTs.

The live version of the dapp can be found here.

🗺 Project overview

This project consists of the following repositories:

👀 Demo video

Demo Video

🔧 Environment variables

This repo uses dotenv to load environment variables.

For development, an .env file should be created based on the .env.example template file. The .env file should never be commited.

In production, environment variables can be injected directly.

Below is a list of possible environment variables.

Name Type Description
PRIVATE_KEY string Private key for the wallet that will be used for deployment.

💽 Installation

Run npm install

🚧 Building

Run npm run compile

📊 Testing

Run npm run test

🔗 Deployment

Run npm run deploy:<chain> where chain can be localnet, shibuya or shiden.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published