Coder Social home page Coder Social logo

sorosplits-contracts's Introduction

SoroSplit Contracts

SoroSplits is a set of smart contracts & interfaces to enable split transactions and revenue sharing across multiple parties in the Stellar ecosystem.

SoroSplits would allow any assets (tokens) that exist on Stellar to be split in a trustless, automated, & transparent way across addresses and the user interface would enable all Stellar community members & projects to leverage the technology as a public good.

Pre-requisites

Read through Soroban Docs for more info about installation and usage of soroban-cli.

Usage

Simple deployment and initialization of the SoroSplit contract can be done with running:

make

This command will execute the following steps:

  1. Upload SoroSplit contract to the network

  2. Upload the token contract to the network (included in the root of this repo)

  3. Initialize the SoroSplit contract with the list of addresses to split the revenue with

[
    {
        "shareholder": "<Random Address>",
        "share": 8050,
    },
    {
        "shareholder": "<Random Address>",
        "share": 1950,
    }
]
  1. Mint 100 tokens to the SoroSplit contract using the token contract

  2. Distribute the tokens to the shareholders using the SoroSplit contract

  3. Display the balances of the shareholders

sorosplits-contracts's People

Contributors

findolor 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.