Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigdao/ihost
iHost - Entry of Web3 project & build Signum dApp in an easier way. Featured NFTs generation & minting, Wallet Connect, website hosting and community "power-up"
https://github.com/sigdao/ihost
blockchain dapp dapptools ipfs nft nft-generator nodejs signum signum-framework signum-network signumart signumjs token typescript web3 web3-tools
Last synced: about 1 month ago
JSON representation
iHost - Entry of Web3 project & build Signum dApp in an easier way. Featured NFTs generation & minting, Wallet Connect, website hosting and community "power-up"
- Host: GitHub
- URL: https://github.com/sigdao/ihost
- Owner: SIGDAO
- License: gpl-3.0
- Created: 2023-06-13T08:44:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T09:40:53.000Z (5 months ago)
- Last Synced: 2024-08-20T14:45:48.890Z (4 months ago)
- Topics: blockchain, dapp, dapptools, ipfs, nft, nft-generator, nodejs, signum, signum-framework, signum-network, signumart, signumjs, token, typescript, web3, web3-tools
- Language: JavaScript
- Homepage: https://app.sigdao.io/
- Size: 73.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
iHost
Create and Host your Web3 dApp in under a minute!. This repository is iHost's frontend.## Services
## Setup
Running with Docker Hub:
```
Client:
docker pull sigdao/ihost:main
docker container run --name client -p 3000:3000 sigdao/ihost:main
Server:
docker pull sigdao/ihost-backend:main
docker container run --name server -p 8080:8080 sigdao/ihost-backend:main
```
Running with Terminal:
```
npm run dev
```
## Technologies
![Technologies](https://skillicons.dev/icons?i=nodejs,express,nextjs,vercel,mongodb,docker,sass,git&theme=light)
Other: [Chakra UI](https://chakra-ui.com/), [Stripe](https://stripe.com/en-ca), [PostHog](https://posthog.com/), [GrapesJS](https://grapesjs.com/), [Web3](https://web3js.readthedocs.io/en/v1.7.5/), [Chart.js](https://www.chartjs.org/), [Ethers](https://docs.ethers.io/v5/), [JSZip](https://stuk.github.io/jszip/)
## Support
If you need help with anything please contact us on [Discord]()
Want to donate? []()
## License
[MIT](https://github.com/sigdao/ihost/blob/main/LICENSE)