Coder Social home page Coder Social logo

radixdlt-wallet-android's Introduction

License MIT

Radix DLT Android Wallet

This branch of the Radix Android Wallet release/1.0.0-beta is the start of what is to come from our future public BETANET release.

This wallet is a modification of the original wallet made especially to work with the BETANET allowing for different types of tokens to be sent and received as well as for easily creating new wallets with ease for either testing or development purposes.

The Radix DLT Android Wallet is making full use of the latest release of the radixdlt-java under the release/1.0.0-beta branch.

   

IMPORTANT NOTE

Please be aware that there will be a v2 of the Radix wallet which will have a completely new design and features.

For this reason, consider this branch to be used exclusively for testing and development purposes.

Development setup

Use Android Studio 3.4.1 (or newer) to be able to build the app.

Bootstrap to your desired network by modifying the bootstrapConfig variable in the RadixWalletApplication.kt file.

The bootstrap variable will look like private val bootstrapConfig = BootStrapConfigAndroidImpl.macAndroidEmulator(this) where you can choose 3 options using the BootStrapConfigAndroidImpl.class.

The 3 options are:

  • BootStrapConfigAndroidImpl.radixBetanetNode(this) (Used when connecting to the hosted radix betanet node)

  • BootStrapConfigAndroidImpl.macAndroidEmulator(this) (Used when connecting to a running localnode on your mac and also running the android emulator)

  • BootStrapConfigAndroidImpl.localHost(this) (Can take a String argument)

    • By default it will try to connect to "localhost" which will connect to your android emulator running on your Windows PC. This function can also take an argument as a String and can be an IP address or URL.

    e.g.
    BootStrapConfigAndroidImpl.localHost(this, "192.168.0.2") ("192.168.0.2" is the IP address given by the router to your computer to connect your physical android phone via LAN)
    or
    BootStrapConfigAndroidImpl.localHost(this, "5.71.214.26") ("5.71.214.26"is the IP address given by your ISP and you can connect to it as long as port 8080 has been forwarded on your router)

Android development

Code style

This project uses ktlint via Gradle dependency. To check code style - gradle ktlint (it's also bound to gradle check).

Contribute

Contributions are welcome, we simply ask to:

  • Fork the codebase
  • Make changes
  • Submit a pull request for review

When contributing to this repository, we recommend discussing with the development team the change you wish to make using a GitHub issue before making changes.

Please follow our Code of Conduct in all your interactions with the project.

Links

Link Description
radixdlt.com Radix DLT Homepage
documentation Radix Knowledge Base
forum Radix Technical Forum
@radixdlt Follow Radix DLT on Twitter

Have a question?

If you need any information, please visit our GitHub Issues or the Radix DLT android wallet #general channel. Feel free to file an issue with as much information as possible about the problem.

License

Radix DLT Android Wallet is released under the MIT License.

radixdlt-wallet-android's People

Contributors

blenessy avatar bucanero avatar marcrubio avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.