iota-community / X-Team_IOTA_Libraries

MIT License
5 stars 2 forks source link

Define the list of the first programming languages to port the new libraries to (A) #2

Open antonionardella opened 4 years ago

antonionardella commented 4 years ago

Define the list of the first programming languages to port the new libraries to

Priority: (A) Given the vast amount of programming languages it is necessary to pick a few languages to start with the new client libraries. What languages are needed for your use-/business-case? Please also provide an example of how your ideal interaction with IOTA would look like in your language, given this example:

Old:

api = Iota(adapter='https://nodes.comnet.thetangle.org:443')
msg = TryteString.from_unicode(‘Hey There!’)
addr = Address(‘ADDRESS999...’)
tx = ProposedTransaction(message=msg, address=addr, value=0)
api.send_transfer(transfers=[tx], min_weight_magnitude=10)

New:

api = IOTA(network=’comnet’)
api.send(‘ADDRESS999...’, message=’Hey There!’)

Key results

    • [ ] Survey of most used languages by the community
    • [ ] Vote on the languages to start with

Team

IOTA Libs - IOTA Experience Team

Contributors

X-Team members

@githubusername - Name Surname - thisis@myema.il

IOTA Foundation member

@fijter - Dave de Fijter @antonionardella - Antonio Nardella - antonio.nardella@iota.org

Additional Information

Governance

Please use the following emoji reactions in this post to indicate: :+1: - Participating ❤️ - Add my vote

anistark commented 4 years ago
timtensor commented 4 years ago
  1. Node Js
  2. Python
Cryptec commented 4 years ago
huhn511 commented 4 years ago
  1. Javascript (Typescript) for Browser
antonionardella commented 4 years ago

Tweet with survey for a broader reach in and around the IOTA Community:

https://twitter.com/iotatoken/status/1285883340965519360

aantunovic commented 3 years ago
Cryptec commented 2 years ago

.NET

Johnhersh commented 2 years ago

.NET Core