Skip to content

dara7/xpx-tutorial-vue-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProximaX Sirius Vue-js demo development code

xpx-tutorial-vue-js

1. Get Sirius Desktop Wallet for Testnet

Server side Wallet: https://bctestnetwallet.xpxsirius.io/#/home

a. Create Wallet, name it “my-wallet”

b. “Save Paper Wallet” or “Show Private Key” and save it.

c. Continue and sign-in to my-wallet, select “Account”, and copy the Address.

d. Get test xpx from this link: https://bctestnetfaucet.xpxsirius.io/#/

e. Paste your wallet Address into: “Enter your Testnet Address”, press “Send”. 10K xpx will send to your wallet Wait for 15-20sec, you should see 10K xpx in your wallet.

f. Or you may ask your developer fellow to send your Testnet xpx via:

ProximaX Developers Chat Group at Telegram: https://t.me/proximax_devs

g. Source code for this Wallet: https://github.com/dara7/xpx-tutorial-vue-js

2. Install VScode

https://code.visualstudio.com/

3. Add Vue-js in VScode

install Node.js if you haven not installed: Download

npm install -g @vue/cli

Read More: https://code.visualstudio.com/docs/nodejs/vuejs-tutorial

4. Create your first Vue-js test App

Create "vue-js" master directory, then

cd vue-js
vue create test123
cd test123
npm run serve

5. Download and run Demo, xpx-vue-native-tutorial

a. Create "vue-js" master directory, then:

cd vue-js

b. At "vue-js" directory, download demo source code:

git clone https://github.com/dara7/xpx-tutorial-vue-js.git

c. In VScode open "xpx-tutorial-vue-js" project or just change directory to:

cd xpx-tutorial-vue-js 

6. Project setup

install all node_modules and library as in package.json

npm install

Install ProximaX Sirius SDK for JavaScript (optionnal if it require):

npm install tsjs-xpx-chain-sdk rxjs
npm run serve

Screenshot of xpx-tutorial-vue-js

Read More: https://github.com/proximax-storage/tsjs-xpx-chain-sdk

7. Help and references

ProximaX Developers Chat Group at Telegram: https://t.me/proximax_devs

About ProximaX:
Sirius Dev Portals:
Sirius SDKs:
Sirius Tools: Link
Competitor Analysis:
About eDLX: Link
About SiriusID:
About mWallet:
About ProximaX KYC:

About ProximaX Suite: Link

Open Source Apps: Link
Voting & Notary: Link
Why become a ProximaX Technology Partner? Link
List of System Integrators: Link
Private Platform & Apps Fees: Link
Contractual Templates: Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published