Skip to content

moonshotcollective/moonswap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moonswap

Mission

Enable Autonomous Organizations to put forth proposals to swap, borrow, lend and stream tokens from their treasuries to empower shared interest and foster long term partnerships between DAOs

Get Started

Prerequisites: Node plus Yarn and Git

clone/fork Moonswap:

git clone https://github.com/moonshotcollective/moonswap.git app

install and start your 👷‍ Hardhat chain:

cd app
yarn install
yarn chain

in a second terminal window, start your 📱 frontend:

cd app
yarn start

in a third terminal window, 🛰 deploy your contract:

cd app
yarn deploy

📚 Documentation

Documentation, tutorials, challenges, and many more resources, visit: docs.scaffoldeth.io