Giter VIP home page Giter VIP logo

symbol-sdk-dart's Introduction

Symbol SDK for Dart

Runtime Build Status Coverage Status License

๐Ÿšจ โš ๏ธ ๐Ÿšจ โš ๏ธ ๐Ÿšจ

PLEASE DO NOT USE!

THE DEVELOPMENT OF THIS SOFTWARE HAS BEEN DISCONTINUED!
THIS SOFTWARE NO LONGER WORKS WITH THE LATEST VERSION OF THE SYMBOL PROTOCOL!

PLEASE DO NOT USE!

๐Ÿšจ โš ๏ธ ๐Ÿšจ โš ๏ธ ๐Ÿšจ

About

The symbol-sdk-dart is an unofficial Software Development Kit for Symbol written in Dart. Developers can use this SDK to build cross-platform applications and communicate with Symbol (Catapult) REST API enabled servers. The application can be deployed on multiple platforms from a single codebase: Mobile for both iOS and Android (with Flutter), Web, or Command-line/Server-side.

Requirements

Dart SDK v2.7.0 or above.

License

Copyright (c) 2020

Licensed under the Apache License 2.0

Disclaimer

THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, COPYRIGHT HOLDERS, REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL CLAIM, DAMAGES OR OTHER LIABILITY (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN ACTION OF CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

symbol-sdk-dart's People

Contributors

fajarvm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

pepslee teritaris

symbol-sdk-dart's Issues

Use Dart's native class for big numbers instead of custom Uint64

Currently, this project is using its own class Uint64 to deal with big numbers. Dart's core lib has a BigInt class that can be used to work with big numbers.

However, there is currently an issue withBigInt when compiled to JavaScript (via dart2js), integers are therefore restricted to 53 significant bits because all JavaScript numbers are double-precision floating point values.

Please refer to this Dart language documentation page for information regarding big numbers and their known issues.
See also: https://github.com/dart-lang/sdk/blob/master/docs/language/informal/int64.md

When Dart SDK is updated with a BigInt class (or whichever replaces it) that is compatible with dart2js, this project should also be updated to use that class instead of Uint64.

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.