0.6.0 • Published 3 years ago

@aloxide/aloxide-js v0.6.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

aloxide-js

Basic Usage

// Deploy EOS smart contract
const jungle = new CANTestnet();
const eosClient = new AloxideSDK(jungle);
const eosDeployAccount = eosClient.EOS.Account.load(private_key, account_name);
const trn = await eosClient.EOS.Contract.deployOnAccount(EOS_WASM_PATH, EOS_ABI_PATH, eosDeployAccount);

// Deploy ICON smart contract
const iconTestnet = new ICONTestnet();
const iconClient = new AloxideSDK(iconTestnet);
const iconDeployAccount = iconClient.ICON.Account.load(private_key);
const trn = await iconClient.ICON.Contract.deployOnAccount(ICON_PATH, params= {}, iconDeployAccount);
0.6.0

3 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago