文件名称:truffle-with-binance:具有在Binance智能链上使用松露的配置的入门代码
文件大小:93KB
文件格式:ZIP
更新时间:2024-06-09 19:44:31
JavaScript
结合使用松饼的入门代码 .env.example文件包含使该脚本完美运行的所有信息,将该文件复制并重命名为.env ,然后在每个变量中填写您的详细信息。 信封变量 币安配置 BSC_PRIVATE_KEY ; // Variable responsible for the private key of the `SmartChain` address you wish to deploy with. BSC_SEED_PHRASE ; // Your `SmartChain` wallet 12 mnemonic phrases, first account will be used to deploy the contract by default BSC_API_KEY ; // Your `SmartChain` API KEY gotten from bscscan.com/my
【文件预览】:
truffle-with-binance-master
----.gitignore(23B)
----README.md(3KB)
----test()
--------.gitkeep(0B)
----migrations()
--------1_initial_migration.js(126B)
----.vscode()
--------settings.json(38B)
----package.json(418B)
----truffle-config.js(3KB)
----contracts()
--------Migrations.sol(419B)
----yarn.lock(219KB)
----.env.example(342B)