Next, we need to know what your environment looks like.
Describe the problem you have been experiencing in more detail. Include as much information as you think is relevant. Keep in mind that transactions can fail for many reasons; context is key here.
Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it.
insert short code snippets here
In the Remix IDE attempting to compile a source with the single line
import "github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/token/ERC721/ERC721BasicToken.sol";
fails with the error message:
Unable to import "undefined" : not found.
This is a Remix issue, not an OpenZeppelin one. Looks like it's not the first time this has happened: https://github.com/ethereum/remix/issues/696
I do get this error, seems a redirect problem.
DO NOT USE the link you view it on GitHub, ex.:
https://github.com/ethereum/dapp-bin/blob/master/library/features.sol
OR
https://github.com/ethereum/dapp-bin/raw/master/library/features.sol(the raw button, a redirection link)
You SHOULD use:
https://raw.githubusercontent.com/ethereum/dapp-bin/master/library/features.sol
neither of them worked for me :(
Please try my suggestions here https://github.com/OpenZeppelin/openzeppelin-contracts/issues/2032#issuecomment-568757498
@enderphan94
There is an example in the Community Forum of importing from GitHub when using Remix: https://forum.openzeppelin.com/t/deploy-a-simple-erc20-token-in-remix/1203
If you have questions you can ask in the Community Forum: https://forum.openzeppelin.com
Most helpful comment
@enderphan94
There is an example in the Community Forum of importing from GitHub when using Remix: https://forum.openzeppelin.com/t/deploy-a-simple-erc20-token-in-remix/1203
If you have questions you can ask in the Community Forum: https://forum.openzeppelin.com