The official website for OASIS - The Universal Web4/Web5 Infrastructure.
🌐 Production: https://www.oasisweb4.com
- Static HTML/CSS/JavaScript
- Deployed on Vercel
- Domain: oasisweb4.com
.
├── index.html # Main homepage
├── styles.css # Global styles
├── script.js # JavaScript functionality
├── resources.html # Resources page
├── products/ # Product detail pages
│ ├── identity.html
│ ├── data.html
│ ├── nfts.html
│ ├── smart-contracts.html
│ ├── bridges.html
│ └── infrastructure.html
├── logos/ # Ecosystem partner logos
├── oasis-logo.png # OASIS logo
└── vercel.json # Vercel deployment configuration
- Clone the repository
- Open
index.htmlin a browser or use a local server - Make changes to HTML, CSS, or JavaScript files
- Test locally before deploying
The site is automatically deployed to Vercel when changes are pushed to the main branch.
vercel --prod- Create a feature branch
- Make your changes
- Test locally
- Submit a pull request
- Documentation: https://oasis-web4.gitbook.io/oasis-web4-docs/
- API Docs: http://api.oasisweb4.com/swagger/index.html
- GitHub: https://github.com/NextGenSoftwareUK/OASIS