GithubHelp home page GithubHelp logo

ujo.js's Introduction

ujoJS


Discord license code style: prettier lerna Contributions welcome

Ujo is a music platform that uses the ethereum blockchain as the substrate for innovation by empowering artists, digitizing their music rights and metadata, sharing this information in an open and decentralized environment, thus enabling new applications, products, and services to license their catalogs and pay artists directly with minimal friction. You can learn more about the protocol here.

This monorepo contains JavaScript tools and applications that interact with the Ujo smart contracts and peer-to-peer network.

Table of Contents

Requirements

This project requires node >=10.12.0 and yarn >=1.10.1. A unix shell is also required.

Getting Started

To get started, clone the repo and install its dependencies:

git clone https://github.com/ujo/ujo.js.git
cd ujo.js

Install packages:

lerna bootstrap --hoist

Build all the javascript source:

npm run build

NOTE: the build command must be run from the root directory right now, because the root directory's node modules has all the babel modules

Start a local blockchain with a specified networkID:

npm run ganache

Compile and migrate contracts to ganache private chain:

npm run migrate
TODO - add .env file

Testing

To test all packages, ensure the contracts have been migrate and then run:

yarn test

To run tests for an individual package, change into the appropriate directory and run the same command as above.

Cleanup

Remove all node modules (if you already have them installed):

lerna clean

Clean all smart-contract build files:

npm run clean-contracts

For next steps, take a look at documentation for the individual package(s) you want to run and/or develop.

Packages

Published

Name                                         Version             Description
@ujoteam/<todo> npm Explanation of licensing module

Private

Name Description
@ujo/<todo> Description of private repos with.

Resources

Contributing

Thanks for your interest in contributing to ujoJS. Please have a look at the guide to get started.

Please check out the issues page for areas that could use help! We hope to see your username on our list of contributors 🙏🎉🚀

ujo.js's People

Contributors

alexanderattar avatar akewlbreeze avatar schwartz10 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.