├── Collection.sol ├── N2D-NFT-ERC721-Staking-with-ERC20-TokenRewards.pdf ├── N2D-NFT-MultiVault-SmartContract-Logical-Design-Overview.pdf ├── N2DRewards-MaxSupply-ERC20-Contract.sol ├── N2DRewards.sol ├── NFTStaking.sol ├── NFTStakingV3-BringYourOwnNFTCollection.sol ├── README.md ├── nftstakingV2.sol └── nftstakingvault.sol /Collection.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net2devcrypto/nftstaking/HEAD/Collection.sol -------------------------------------------------------------------------------- /N2D-NFT-ERC721-Staking-with-ERC20-TokenRewards.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net2devcrypto/nftstaking/HEAD/N2D-NFT-ERC721-Staking-with-ERC20-TokenRewards.pdf -------------------------------------------------------------------------------- /N2D-NFT-MultiVault-SmartContract-Logical-Design-Overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net2devcrypto/nftstaking/HEAD/N2D-NFT-MultiVault-SmartContract-Logical-Design-Overview.pdf -------------------------------------------------------------------------------- /N2DRewards-MaxSupply-ERC20-Contract.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net2devcrypto/nftstaking/HEAD/N2DRewards-MaxSupply-ERC20-Contract.sol -------------------------------------------------------------------------------- /N2DRewards.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net2devcrypto/nftstaking/HEAD/N2DRewards.sol -------------------------------------------------------------------------------- /NFTStaking.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net2devcrypto/nftstaking/HEAD/NFTStaking.sol -------------------------------------------------------------------------------- /NFTStakingV3-BringYourOwnNFTCollection.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net2devcrypto/nftstaking/HEAD/NFTStakingV3-BringYourOwnNFTCollection.sol -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net2devcrypto/nftstaking/HEAD/README.md -------------------------------------------------------------------------------- /nftstakingV2.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net2devcrypto/nftstaking/HEAD/nftstakingV2.sol -------------------------------------------------------------------------------- /nftstakingvault.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/net2devcrypto/nftstaking/HEAD/nftstakingvault.sol --------------------------------------------------------------------------------