Skip to content

Polkadot Bounty Manager is a user-friendly UI, to lower barriers of entry to creating, curating and interacting with bounties of the Polkadot ecosystem.

License

Notifications You must be signed in to change notification settings

galaniprojects/Polkadot-Bounty-Manager

Repository files navigation

bounty manager logo

Bounty Manager

A UI to streamline Polkadot Bounties

Bounty Manager is a front-end dApp, built to simplify interaction with bounties for curators, by providing a simple to use interface, with one click buttons for each action.

Visit the deployed version at bountymanager.io

Developing and Building

  1. Make a copy of .env.example and rename it to .env. Edit the file to set the public Polkadot API Endpoint.

  2. Install the dependencies.

    npm install
  3. Build the project

    npm run build

    Note: running the build command once is necessary for running the development server, as it executes a required papi command.

  4. Start the development server.

    npm run dev
    
    # or start the server and open the app in a new browser tab
    npm run dev -- --open

About

Polkadot Bounty Manager is a user-friendly UI, to lower barriers of entry to creating, curating and interacting with bounties of the Polkadot ecosystem.

Resources

License

Stars

Watchers

Forks