remix

Warning: SPDX license identifier not provided in source file

可紊 提交于 2021-01-04 05:46:07
问题 I created a new solidity contract. The contract is up and running but giving me this warning. Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing "SPDX-License-Identifier: <SPDX-License>" to each source file. Use "SPDX-License-Identifier: UNLICENSED" for non-open-source code. Please see https://spdx.org for more information. There are no errors while compilation. The Compiler version I am using in https://remix.ethereum.org/ is

Warning: SPDX license identifier not provided in source file

前提是你 提交于 2021-01-04 05:40:29
问题 I created a new solidity contract. The contract is up and running but giving me this warning. Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing "SPDX-License-Identifier: <SPDX-License>" to each source file. Use "SPDX-License-Identifier: UNLICENSED" for non-open-source code. Please see https://spdx.org for more information. There are no errors while compilation. The Compiler version I am using in https://remix.ethereum.org/ is

Remix Ethereum where goes the contract?

核能气质少年 提交于 2019-12-11 04:24:58
问题 I don't understand where actually the smart contract goes, when I click on create under remix.ethereum.org. If I choose for example the Injected Web3, this should publish the contract to the ropsten test net, right? But how can I access the contract then? When I use metamask it injects me the right provider when I use web3.js, but how can I find this contract now, if I don't want to use the injected web3, but manually choose the provider address in web3.js? Can I access the smart contract