Deploy smart contracts to Secret Network within minutes. No developers required, just fill up the form and submit.
- Next.js: A React framework for server-side rendering and building static websites.
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
- Formik: A library for building forms in React, with integrated validation using Yup.
- SecretJS: A JavaScript library for interacting with Secret Network smart contracts.
- Jest: A testing framework for JavaScript, used for unit and integration testing.
Scripts:
dev
: Runs the Next.js development server.build
: Builds the Next.js application for production.start
: Starts the Next.js application in production mode.test
: Runs tests using Jest.ci:build
: Builds the Next.js application, used for CI/CD pipelines.
- Cloudflare Workers: A serverless computing platform for running JavaScript/TypeScript code at the edge.
- Webpack: A module bundler for JavaScript, used for bundling the Cloudflare Worker code.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript, providing type safety and tooling.
Scripts:
build
: Builds the Cloudflare Worker using Webpack.
We welcome contributions! Please read our contributing guidelines to get started.
This project is licensed under the MIT License. See the LICENSE file for details.