https://github.com/actifit/actifit-landingpage
This development round includes some major improvements and new functionality to actifit.io, with the core theme being enabling STEEM wallet info and transactions via actifit.io, as well as few other modifications and fixes.
The website is built using Vue.js.
Commit Link
Commit Link
Commit Link
Commit Link
Commit Link
Commit Link
user.account.balance, user.account.vesting_shares, user.account.sbd_balance.steemconnect.sign operation with transfer as first param) to enable signing the transaction and propagating to the blockchain.claimRewardBalance, but unfortunately this function kept returning an sc2-sdk error, which led us to resort to the sign method, similarly to how we implemented transfers above, with the first param being claim-reward-balance.var link = this.$steemconnect.sign('claim-reward-balance', { account: this.user.account.name, reward_steem: this.claimSTEEM, reward_sbd: this.claimSBD, reward_vests: this.claimVests, }, window.location.origin + '/wallet');The singing function also features a redirect param, which we used to redirect the user back to the wallet page, if he so wishes on the new tab/window.
Commit Link
Commit Link
Commit Link
Commit Link
Commit Link
Commit Link
Commit Link
Commit Link
Commit Link
Further continuous improvements will be done on the actifit website, including a potential revamp of the main page content, adding some additional content pages, a complete fitness profile page, more user rank screens...
You can chat to us on the official actifit discord, or to me in discord private @mcfarhat#6013.
Contributions are accepted as pull requests to the official github repo.
We are having continuous tasks assigned to different contributors to our project. More official tasks are continuously announced :)