As part of the TEA project, the end goal of Gluon is to serve as a replacement for traditional hardware crypto wallets. GLUON pertains to the category: Trust-as-a-Service, relying on distributed storage and execution in TEA nodes to elevate security.
For further details please refer to gluon-docs
This repo contains runtimes for the GLUON web-app and mobile-app.
For a video walkthrough, reference:
cd webapp
npm i
npm start
If need to change the layer1 service url, please edit webapp/.env.dapp
NODE_ENV = dapp
#VUE_APP_LAYER1_URL=ws://139.198.187.91:9944
#VUE_APP_LAYER1_HTTP=http://139.198.187.91:9933
VUE_APP_LAYER1_URL=ws://64.227.49.206:9944
VUE_APP_LAYER1_HTTP=http://64.227.49.206:9933
Click http://127.0.0.1:3000/ to visit. Notice that make sure the node version greater than 14.
More details visit.
If you need download app to test, please find your iphone UDID and email it to [email protected]. We can add your device to test list and reply to you. After that please download app from above url to test.
We will deploy the ios mobile app to Test-Flight in weeks.
cd mobile
npm i
cd ios
pod install
- Open mobile/ios/mobile.xcworkspace with XCode.
- Run it with iOS simulator.
More details visit.
We deploy 2 layer1 service online for test.
- ws://139.198.187.91:9944 (China Mainland)
- ws://64.227.49.206:9944 (US)
docker-compose up -d
-
To install the Polkadot{.js} browser extension, please refer to the links below. Available on both Google Chrome and Firefox
- Download the Chrome extension here
- Download the Firefox extension here
-
To check for successful installation, please reference the examples below:
- Chrome
- Firefox
-
To create polkadot account, navigate to the extension pop up and click the add button:
-
A seed or private is generated in the form of 12 secret words.
-
Once the registration portal appears, select , set account name and password.
-
To run WebApp, reference the Standard Setup Instruction above. Access WebApp at http://localhost:3000/
-
Navigate to profile tab and select Polkadot account from the dropdown
-
Top up adds 1000 TEA coins to balance by clicking top-up button.
-
Run mobile application following run instructions in the Standard Setup Instructions section.
-
On MobileApp, navigate to PAIR INFO in Profile tab