2021年6月29日火曜日

ETHスマートコントラクト開発

コントラクト処理言語にSolidityを採用。

<WEB IDE>

https://remix.ethereum.org/


<ENS>

イーサリアムのメインネットワーク上の名前?ドメインみたいな奴

https://app.ens.domains/



<Dapps framework>

npm install -g truffle


<参考ページ>

http://kojiryo.com/811/



<rug pull監視>

https://rugdoc.io/

https://poocoin.app/rugcheck

https://www.rugscreen.com/Scan/Certificates



<上場スケジュール>

rugdockerで監査済みの銘柄

https://rugdoc.io/calendar/

https://www.apeoclock.com/launches/



<ネットワークID>

https://chainid.network/


<ETH alarm clock>

https://www.ethereum-alarm-clock.com/

https://github.com/ethereum-alarm-clock/ethereum-alarm-clock

https://www.npmjs.com/package/eac.js-lib


<Full node chain size>

https://etherscan.io/chartsync/chaindefault



<BSC chain>

https://docs.binance.org/smart-chain/developer/fullnode.html

https://geth.ethereum.org/docs/rpc/server


<BSC cloud chain service & mempoolエクスプローラー>

https://etherflow.quiknode.io/

↑BSC mainnet対応/testnet不可、ethers標準対応



https://explorer.blocknative.com/?v=1.24.3&0=ethereum&1=main

https://explorer.blocknative.com/?v=1.24.3&0=ethereum&1=bsc-main&s=%7B%22name%22%3A%22PancakeSwap%22%2C%22address%22%3A%220x05ff2b0db69458a0750badebc4f9e13add608c7f%22%7D

↑BSC対応、動的にhook内容を変更できない


https://infura.io/dashboard/ethereum

↑BSC非対応、ethers標準対応


https://dashboard.alchemyapi.io/signup/app

↑BSC非対応、ethers標準対応


https://chainstack.com/

↑BSC mainnet/testnet対応、ethers標準対応、mempool ok、従量課金




<ポートフォーリオ&revoke>

https://debank.com/

https://app.unrekt.net/




<token list>

binance token contract

https://bscscan.com/address/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c


WBNB

https://bscscan.com/token/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c


USDT

0x55d398326f99059fF775485246999027B3197955



<front-run 学び>

https://nazariyv.medium.com/crypto-front-running-for-dummies-bed2d4682db0



<sniperbot watcher>

https://poocoin.app/sniper-watcher


<TX input data decorder>

https://lab.miguelmota.com/ethereum-input-data-decoder/example/

https://www.npmjs.com/package/ethereum-input-data-decoder



<pancakeswap pear listener TELGRAM>

https://t.me/PancakeSwapTokenList

https://t.me/degenScanner


<pancakeswap on BSC testnet>

https://pancake.kiemtienonline360.com/#/swap


<cointool>

BSCウォレットを大量作成できる。

https://cointool.app/bnb/bnbCreateWallet



<ETHチェーンクライアント>

業界標準

https://geth.ethereum.org/

OpenEthereum(旧Parity)

https://www.parity.io/technologies/ethereum/

Erigon(旧Turbo geth)

https://github.com/ledgerwatch/erigon




<JSON RPC API test>

https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest#0cb95dd0-c8f8-407d-99f5-b6a2a0e01cb0


0 件のコメント:

コメントを投稿