A decentralized app built on Ethereum blockchain
View Demo
Rocket Meow is a crowd funding app where inventors can add and showcase their creative projects. Its a great app to attract investors. You can add image and video about your project to gain more attention towards your project. If you already don't have an Ethereum wallet, this app will automatically create a wallet for you where investors can put money.
As an investor, you can browse, like and fund projects. You can invest in projects by purchasing Meow coins. You can also use this app as a wallet to keep your cryptocurrency.
- NextJS
- ReactJS
- Solidity
- AWS (For storing images)
- Firebase (For authentication)
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Install Ganache from here: Ganache quickly fire up a personal Ethereum blockchain which you can use to run tests, execute commands, and inspect state.
- Install Metamask chrome extension from here: Metamask is a crypto wallet & gateway to blockchain apps.
- Clone the repo
git clone git@github.com:miriamdong/Defi.git
- Install yarn packages
yarn install
- Run the project in dev mode
yarn dev
- Run locally via http://localhost:3000
- If you want to build NextJS website, run following command:
yarn build
- Run production website
yarn run start