Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.99 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.99 KB

UniCoin Monorepo

Netlify Status

UniCoin is a decentralized, smart contract based non-custodial research marketplace which empowers academics to benefit from commercially viable work. Companies can buy direct access to ideas they want to implement and are issued an NFT based licence which represents their access to the papers content. Papers are free for non-commercial usage. Research is always free for open-source and other research projects.

Documentation

This repo also contains a series of useful documents, including:

  1. Technical Architecture
  2. Pitch deck 1
  3. Pitch desk 2
  4. Business Plan
  5. Crypto Economics & auction design
  6. User story maps

This monorepo contains all code for the UniCoin ecosystem.

Front End

Front end application can be run as outlined below:

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Smart contracts

This repo also contains smart contracts to facilitate auction listing, licence minting and account management.

compile contracts

truffle compile

compile contracts

truffle compile

test contracts

truffle test

deploy contracts to rinkeby

truffle migrate --network rinkeby