Skip to content

BitCannaGlobal/WeedWallet

Repository files navigation


Logo

WeedWallet

Welcome on the page for the readme for the testversion of our new webwallet, codename "WeedWallet"! On this page you'll find information about the webwallet, the underlying technology, and more.

Find the WeedWallet here.

About The Wallet

Our WeedWallet is exclusively for the use of the BitCanna blockchain. This webwallet runs on Cosmos SDK 0.46.* and is compatible with the BitCanna devnet-1. It allows to use the main functionalities of Cosmos (send, receive, delegate, undelegate, redelegate, vote) and to display the main data of a BitCanna wallet.

During the testing of this new webwallet you are encouraged to use all the functions at your disposal to test all functionalities and stress test the wallet. Bugs, enhancements and other suggestions can all be mentioned on our github location which you can find here.

Please read this thread on the Discussion page to check how to record a new entry to discuss what is found and how to proceed.

TL:DR:

  • start new discussion on Github
  • find desired solution through conversation with other testers and the BitCanna team
  • convert discussion into issue (test results and final conclusion is gathered on the issue log)
  • close issue (by either being solved or rejected)

NOTE: we are working on the design, this will be implemented in the coming period. So ideas about design are not relevant at this stage, since it will get an overhaul anyway.

Portfolio page

This page gives an overview of the wallet. The total value of the wallet (taking into account available funds, but also delegated, unbonding and staking rewards). The current $BCNA price (as value, but also as graph of the price action of the past 5 days) as well as the APR on the chain is shown. Finally, a pie chart with the breakdown of the wallet in the various categories is visualised.

Validators page

The Validators page gives an overview of the chain in terms of the validators securing it and your delegations to a selected subset of the validators. You can claim your rewards here and perform additional actions as delegating, redelegating and undelegating.

Proposals page

The Proposals page gives insight in the active and past governance proposals. You can select a proposal to get more details and to cast your vote.

Transactions page

The history of your wallet address is shown on the Transactions page. All the actions done using your wallet are shown and tagged with the type of action done (delegate, undelegate, redelegate, etc.). By clicking on a transaction more information can be shown.

My NFTs page

The My NFTs page contains an overview of our NFT collection "BitCanna Buddheads". Based on your address we derive your stars-address and show Buddheads if you have any.

Create proposal page

This is a temporary page only available during the testing of the webwallet. It makes it easier to create proposals on chain to be able to test voting proprely.

Get BCNA page

And lastly a page which is important when we want to onboard as many new users as possible; a page showing where you can get $BCNA. Links to the respective exchanges are included, which will open in a separate tab in your browser.

Developers

Built With

For the creation of this webwallet, we used several technologies:

  • NuxtJs
  • Vuetify
  • CosmJs

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
  • nodejs
sudo apt install nodejs
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/BitCannaGlobal/WeedWallet.git
  1. Go in folder
cd WeedWallet/
  1. Install NPM packages
npm install
  1. Run the webwallet
npm run dev

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

License

Distributed under the Apache License 2.0. See LICENSE for more information.

Authors

  • atmon3r - Full dev of BitCanna - Github