Autonomy IRL
npm install autonomy-irl-js``bash`
npm install autonomy-irl-js
`bash`
npm test
`JS``
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);
});
}
This code is 100% free and open-source, under the MIT license.