Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adidem23/chainsailor
This is DevTool Made for Blockchain Devs which are begineers and try to find their way in web3
https://github.com/adidem23/chainsailor
enchantmask erc721 ipfs nft thirdweb vitejs
Last synced: about 1 month ago
JSON representation
This is DevTool Made for Blockchain Devs which are begineers and try to find their way in web3
- Host: GitHub
- URL: https://github.com/adidem23/chainsailor
- Owner: Adidem23
- Created: 2024-01-02T11:33:16.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-05T17:09:37.000Z (12 months ago)
- Last Synced: 2024-08-22T09:59:53.708Z (4 months ago)
- Topics: enchantmask, erc721, ipfs, nft, thirdweb, vitejs
- Language: JavaScript
- Homepage: https://chain-sailor-spo5.vercel.app/
- Size: 1.44 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ChainSailor: Sail Through Your Web3 Journey
Table of Contents
## About The Project :
## ChainSailor : Dev Tool For Blockchain Developers
Introducing ChainSailor, a DevTool Which is made for newbie Blockchain Developers which helps them in coding and using blockchain tools . It has some feturs like WEB3GPT , Metatool , NFTPlayground and IPFS .
## Key Features :
# WEB3GPT :
- WEB3GPT is Key Feature of ChainSailor where we have to enter prompt related to web3 it will fetch data for you . You can say it as ChatGPT for web3 .# MetaTool :
- It is Metamask Interaction tool which interacts with metamask and simplify transactions and blocknumber data . It uses Enchantmask npm package created by me for the interaction .# NFT-playground :
- It is AI NFT minter which takes your Prompt and creates its image with stable Diffusion and we can mint that given Image and import it as token in metamask .# IPFS :
- This provides one click IPFS deployment . For now It only porvides deployment for text but in next days it will of file and text# Video :
- YT LINK : https://youtu.be/AZ6M-Y8ADVg# Built With :
- AlongSide of this used Stable-diffusion API from huggingFace.com and LightHouse.storage for IPFS
# Prerequisites :* npm
```sh
npm install npm@latest -g
```
* You Require Metamask Wallet and Some polygon Mumbai matic Tokens
* You Require Thirdweb Account , Google-Gemini API Key and LightHouse.storage(Optional)
* NodeJs
```sh
Download Nodejs Version ^ 18.0.0 LTS
```# Installation :
Follow The Installation manual and install dependencies1. Clone Project and go inside Frontend
```sh
npm install / npm install --force(If Error Comes)
```2. Run Following Command in terminal
```sh
npm run dev
```3. App is Running on localhost:5173 😎
# Deployments :
- Thirdweb NFT Smart Contract : https://thirdweb.com/mumbai/0xd6a3BF227569DEf525643914Db7A87ed3a98A731
- Deployed Site Link : https://chain-sailor-spo5.vercel.app/
- NPM Package EnchantMask (It is Created By me and I have used it in Metatool): https://www.npmjs.com/package/enchantmask
- EnachantDocs: https://enchant-docs.vercel.app/# Screenshots :
# Frontend :
# WEB3-GPT :
# MetaTool :
# SwitchChain() :
# EncryptionKey():
# ConnectedAccount():
# SignMessage():
# BlockNumber():
# NFT-Playground :
# Contributions :
New Contributors are welcome and I need Knowledge about Scalability of WebApps