fulldecent / aion-aip040

Reference implementation for Aion non-fungible tokens
MIT License
3 stars 3 forks source link

Add JS contract interaction to the project #17

Closed fulldecent closed 5 years ago

fulldecent commented 5 years ago

This project will include additional files that are canonical for Javascript projects to access deployed Aion contracts.

Blockers

Reference

https://github.com/jennijuju/Aion-ATS-Token-Contract-Java/tree/master/ContractInteraction

fulldecent commented 5 years ago

Requesting assistance and guidance from @jennijuju

jennijuju commented 5 years ago

aion-web3 with ABI binding is released. npm: npm install aion-web3@1.2.6-beta.1 github: https://github.com/aionnetwork/aion_web3/tree/avm-support-update-2

contract tx example: https://github.com/jennijuju/web3_avm/blob/master/sendTransaction-withABI.js contract call example: https://github.com/jennijuju/web3_avm/blob/master/contractCall-withABI.js

fulldecent commented 5 years ago

Thank you. aion-web3 is released. Now it is not necessary to include JS code inside this repo. Consistent with aip-041.