Giter Site home page Giter Site logo

aptoskit's Introduction

Notes on public content

aptoskit's People

Contributors

kpatch avatar marcodotio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

chrispmonkey

aptoskit's Issues

Replace TweetNacl Swiftwrap with ED25519Swift

In accordance with ED25519 standard, the private key should be 32 bytes long. However, the current library, TweetNacl SwiftWrap, generates private keys that are 64 bytes long. This will need to be swapped out for ED25519Swift.

This implementation with require the following to be done:

  • Import the library to the Swift Package
  • Implement a conversion system from [UInt8] to Data
  • Put that conversion implementation in Public, Private, and Signing Key classes for the proper initializers

Create Rest Client Test Suite

  • Account
  • Account Balance
  • Account Sequence Number
  • Account Resource
  • Get Table Item
  • Aggregator Value
  • Info
  • Simulate Transaction
  • Submit BCS Transaction
  • Submit Transaction
  • Transaction Pending
  • Wait For Transaction
  • Create Multi Agent BCS Transaction
  • Create BCS Transaction
  • Create BCS Signed Transaction
  • Transfer
  • BCS Transfer
  • Create Collection
  • Create Token
  • Offer Token
  • Claim Token
  • Direct Transfer Token
  • Get Token
  • Get Token Balance
  • Get Token Data
  • Get Collection
  • Publish Package

Create ED25519Test

  • Test Sign and Verify
  • Private Key Serialization
  • Public Key Serialization
  • Signature Key Serialization

Create Rest Client Class

  • Account
  • Account Balance
  • Account Sequence Number
  • Account Resource
  • Get Table Item
  • Aggregator Value
  • Info
  • Simulate Transaction
  • Submit BCS Transaction
  • Submit Transaction
  • Transaction Pending
  • Wait For Transaction
  • Create Multi Agent BCS Transaction
  • Create BCS Transaction
  • Create BCS Signed Transaction
  • Transfer
  • BCS Transfer
  • Create Collection
  • Create Token
  • Offer Token
  • Claim Token
  • Direct Transfer Token
  • Get Token
  • Get Token Balance
  • Get Token Data
  • Get Collection
  • Publish Package

Create AccountAddress Test Suite

  • From Hex
  • From Key
  • From Multi ED25519
  • For Resource Account
  • For Named Object
  • For Named Token
  • For Named Collection
  • Deserializer
  • Serializer

Create BCSTest

  • Boolean
  • Bytes (Data object)
  • Map
  • Sequence (Array)
  • String
  • U8 (UInt8)
  • U16 (UInt16)
  • U32 (UInt32)
  • U64 (UInt64)
  • U128 (UInt128)
  • U256 (UInt256)
  • ULeb128

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.