Giter Site home page Giter Site logo

tellus-cooperative / sorobounty.xyz Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 3.47 MB

An open-source bounty hunting platform where users create and apply for jobs via Stellar Blockchain wallets. Soroban Smart Contracts written in Rust and NextJS frontend.

Home Page: https://sorobounty.xyz

License: GNU General Public License v3.0

Makefile 0.05% Rust 11.06% JavaScript 55.57% HTML 1.31% SCSS 14.71% CSS 0.13% TypeScript 16.56% Shell 0.61%
blockchain bounties freighter nextjs nodejs rust soroban stellar web3

sorobounty.xyz's Introduction

Sorobounty.xyz

Image

Overview

The Bounty Hunter Web Application is a platform that facilitates the creation and participation in bounties for various tasks. This application leverages the Stellar blockchain through the Soroban platform to establish an Escrow Smart Contract, ensuring secure fund management, authentication, and a review stage for accepting or rejecting work.

Getting Started

Download Project

Clone the project repository from GitHub:

$ git clone https://github.com/Tellus-Cooperative/sorobounty.xyz

Build & Deploy Smart Contract

Navigate to the contracts directory:

$ cd sorobounty.xyz/contracts

Build and deploy the Smart Contract:

$ soroban contract build
$ soroban contract deploy \
    --wasm target/wasm32-unknown-unknown/release/soroban_token_contract.wasm \
    --source <admin> \
    --rpc-url https://rpc-futurenet.stellar.org:443 \
    --network-passphrase 'Test SDF Future Network ; October 2022'

This process generates a unique contract ID.

Generate Binding Module

To generate the binding module, use the following command, replacing <contract-id> with the contract ID generated in the previous step:

$ soroban contract bindings typescript \
    --wasm target/wasm32-unknown-unknown/release/soroban_escrow_smart_contract.wasm \
    --output-dir ../frontend_vite/bountyhunter_module \
    --contract-id <contract-id> \
    --rpc-url https://rpc-futurenet.stellar.org \
    --network-passphrase 'Test SDF Future Network ; October 2022'

Run Backend

Open a new terminal and navigate to the backend directory:

$ cd sorobounty.xyz/backend

Install the required dependencies and start the backend server:

$ npm install
$ npm run start

Run Frontend

Open another terminal and navigate to the frontend directory:

$ cd sorobounty.xyz/frontend

Install dependencies and start the frontend application:

$ yarn
$ npm run start

Access the BountyHunter Web Application at the following URL: https://localhost:5173/

You are now ready to explore and utilize the Sorobounty.xyz on your local environment.

sorobounty.xyz's People

Contributors

alexanderkoh avatar ilesoviy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.