Skip to content

A demo to integrate stripe payment with the whalelink blockchain infrastructure.

License

Notifications You must be signed in to change notification settings

WhaleLink/DemoIntegration

Repository files navigation

WhaleLink Integration Example

This is a demo project that showcases a simple use case to integrate with WhaleLink Infrastructure. The repository includes a sample contract, a test for the contract, and a deployment script.

Getting Started

To get started, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install the project dependencies using the command npm install.
  4. Run npx hardhat help to view a list of available tasks.

Usage

  • npx hardhat test - Runs the tests for the sample contract.
  • REPORT_GAS=true npx hardhat test - Runs the tests and reports gas usage.
  • npx hardhat node - Spins up a local Ethereum node.
  • npx hardhat run scripts/deploy.js - Deploys the contract to a local Ethereum node.

Contributing

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them.
  4. Push your changes to your fork.
  5. Submit a pull request with a detailed description of your changes.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A demo to integrate stripe payment with the whalelink blockchain infrastructure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published