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.
This repo also contains a series of useful documents, including:
- Technical Architecture
- Pitch deck 1
- Pitch desk 2
- Business Plan
- Crypto Economics & auction design
- User story maps
This monorepo contains all code for the UniCoin ecosystem.
Front end application can be run as outlined below:
yarn install
yarn run serve
yarn run build
This repo also contains smart contracts to facilitate auction listing, licence minting and account management.
truffle compile
truffle compile
truffle test
truffle migrate --network rinkeby