opensea-creatures
opensea-creatures copied to clipboard
Example non-fungible collectible, to demonstrate OpenSea integration
After set "INFURA_KEY" "MNEMONIC" "OWNER_ADDRESS" and rename .env.example to .env run `yarn truffle deploy --network rinkeby` report error: `"Please set a mnemonic and ALCHEMY_KEY or INFURA_KEY."` console.log(INFURA_KEY), print undefine I...
While I installed the dependence package by yarn with the right tarn version and node version, it runned in error in resolving packages at is-utf8@^0.2.0 that: Couldn't find match for...
Issue: If you request an order with seaport.api.getOrder and provide undefined values for asset_contract_address and token_id, a totally random order is returned. Reproduction: ``` const order = await seaport.api.getOrder({ side:...
I have found proxy addresses for some chains in code: https://github.com/ProjectOpenSea/opensea-creatures/blob/f7257a043e82fae8251eec2bdde37a44fee474c4/migrations/2_deploy_contracts.js#L28 Rinkeby: 0xf57b2c51ded3a29e6891aba85459d600256cf317 Mainnet: 0xa5409ec958c83c3f309868babaca7c86dcb077c1 Additionally in the docs I have found proxy address for polygon: https://docs.opensea.io/docs/polygon-basic-integration Polygon: 0x207Fa8Df3a17D96Ca7EA4f2893fcdCb78a304101 Are...
I've deployed the contract here is the address: https://rinkeby.etherscan.io/address/0x6F47cd93537f85d8aE02A819a358e288f0bb4b1a. When I am trying to mint the token from remix compiler the tax goes fail.. or it said transaction is likely...
I was able to successfully deploy and run scripts/mint.js. However, the scripts/initial_sale.js gives a 404 error ``` Creating fixed price auctions... Error: API Error 404: Not found. Full message was...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.5.2.post1 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.9. Commits 13136e9 Release version 1.14.9 of the npm package. 2ec9b0b Keep headers when upgrading from HTTP to HTTPS. 5fc74dd Reduce nesting. 3d81dc3 Release version...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Hi, I'm new to NFT smart contracts and I would like to deploy only the Creature and the CreatureFactory contracts but I cannot understand what Migrations.sol do since it is...