Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.55 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.55 KB

Bitcloud ethereum wallet Defi

Bitcloud wallet uses some thirdweb modules to add web3 capabilities such as:

  • Connect a crypto wallet.
  • Transfer token between accounts.

Live Demo

See for yourself 🚀: bitcloud

In depth details about a our Defi application more...

NOTE: Always push your updates, new features and changes to the development branch. Only reviewed code(after merging conflicts) should be pushed to the main branch!

Getting started

Install dependencies:

yarn install

Rebuild the css on new changes:

yarn run watch-css
In the project directory, run the following command to start the development server:

yarn start

To view it in the browser open ▶️ http://localhost:3000 to view it in the browser. To minfiy the css for production:

yarn run build-css

To optimized the app for production to the build folder:

yarn run build

Backend

The backend for this app is been deployed to a testnet

Take a look at our backend ▶️: Smart-contracts Github Repo

Preview

screenshot screenshot screenshot screenshot