This is a React application which comes with a suite of use cases to create drops with UI that interacts with Keypom SDK and NEAR protocol.
The project is hosted on Cloudflare - https://keypom.xyz/.
All tools required go here. You would require the following tools to develop and run the project:
- A text editor or an IDE (like VSCode)
- Node.js =>
v16.0.0
- Yarn =>
v1.22.10
All installation steps go here.
- Clone the repository
git clone https://github.com/keypom/keypom-airfoil
- Install dependencies
yarn install
- Run the app
yarn dev
- Build the app
yarn build
The project structure is inspired by Bulletproof React.
This app is deployed on Cloudflare Pages. Preview site is deployed when a feature branch has been commited to origin.
pr-main
is the current production/mainnet branch.
testnet
is the current staging/testnet branch.