├── 1 ├── 2 ├── 3 ├── README.md ├── ace └── aces.js ├── avax ├── README.md ├── asct.js └── avav.js ├── cfx └── cfx.js ├── core ├── README.js └── cors.js ├── near_script ├── README.md ├── near.js └── near_super.js ├── okt ├── README.md └── okt.js └── tools ├── opbnb_transfer_all_to_one_public.js └── opbnb_transfer_one_to_all_public.js /1: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /2: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /3: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/README.md -------------------------------------------------------------------------------- /ace/aces.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/ace/aces.js -------------------------------------------------------------------------------- /avax/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/avax/README.md -------------------------------------------------------------------------------- /avax/asct.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/avax/asct.js -------------------------------------------------------------------------------- /avax/avav.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/avax/avav.js -------------------------------------------------------------------------------- /cfx/cfx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/cfx/cfx.js -------------------------------------------------------------------------------- /core/README.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/core/README.js -------------------------------------------------------------------------------- /core/cors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/core/cors.js -------------------------------------------------------------------------------- /near_script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/near_script/README.md -------------------------------------------------------------------------------- /near_script/near.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/near_script/near.js -------------------------------------------------------------------------------- /near_script/near_super.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/near_script/near_super.js -------------------------------------------------------------------------------- /okt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/okt/README.md -------------------------------------------------------------------------------- /okt/okt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/okt/okt.js -------------------------------------------------------------------------------- /tools/opbnb_transfer_all_to_one_public.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/tools/opbnb_transfer_all_to_one_public.js -------------------------------------------------------------------------------- /tools/opbnb_transfer_one_to_all_public.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zack995/web3_script/HEAD/tools/opbnb_transfer_one_to_all_public.js --------------------------------------------------------------------------------