Moonlight is a fractional NFT crowdfunding and co-ownership protocol. Includes a fork of Uniswap V2 and Unic.ly
Read more about the protocol in the whitepaper
yarn
yarn compile
yarn test
Use the following commands to spawn a local blockchain and deploy moonlight contracts:
yarn
truffle develop
migrate --reset
Use the following commands to deploy moonlight contracts onto Rinkeby:
yarn
nano truffle-config.js
Add the mnemonic for the admin account and the API endpoint for the Rinkeby node.
truffle compile
truffle migrate --network rinkeby