Skip to content

MayowaObisesan/starknet-tokenbound-staking-ui

Repository files navigation

Staking Dapp Sample Frontend for Starknet and ERC6551 Tokenbound accounts

This repository contains frontend code for a basic staking dapp. It contains the necessary code to get started with starknet integration and specifically Starknet Tokenbound (ERC6551) Integration. This is a boilerplate and does not imply completeness. You should extend on this to build you own design.

This project uses yarn package manager.

Technologies Used

How to Use

Install dependencies

You can use one of them npm, yarn, pnpm, bun, Example using yarn:

yarn

Run the development server

yarn dev

Setup pnpm (optional)

If you are using pnpm, you need to add the following code to your .npmrc file:

public-hoist-pattern[]=*@nextui-org/*

After modifying the .npmrc file, you need to run pnpm install again to ensure that the dependencies are installed correctly.

License

Licensed under the MIT license.

About

This is a frontend with basic staking design that is modifiable to any use-case

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages