1.0.0 • Published 1 year ago

autonomy-irl-js v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Install

npm install autonomy-irl-js

Run Tests

npm test

Use

import autonomyIRL from "autonomy-irl-js";
// get an address by blockchain
// blockchain = "Tezos" => get tez address
// blockchain = "Ethereum" => get eth address
function getAddress(blockChain) {
  autonomyIRL.getAddress(blockChain).then((value) => {
    console.log(value);
  });
}

Demo

Project example

License

This code is 100% free and open-source, under the MIT license.

1.0.0

1 year ago