ansheng
ansheng
It would be better if it could support web3js🌹🌹
I also had the same problem.
The default Migrations contract also fails. ```bash $ npx truffle run verify Migrations --network ftmtestnet --debug DEBUG logging is turned ON Running truffle-plugin-verify v0.5.21 Retrieving network's chain ID Verifying Migrations...
> hello when i switch to ropsten network it works fine. ```bash $ npx truffle migrate --network ftmtestnet Compiling your contracts... =========================== > Compiling ./contracts/Migrations.sol > Artifacts written to /Users/xx/WorkSpaces/rarity/contract/build/contracts...
> > I didn't find some code samples from the test case, how should I do it if I just want to implement simple NFT buy and sell? > >...
@aave/deploy-v3 is a private repo, so it causes an error.
> 似乎他们正在使用私有 npm 包。不确定他们何时计划向公众开放。我想我会在此期间结帐 v2。 I also encountered the same problem when deploying v3, but unfortunately the package is still not public
应该pip install -U 一下就可以了,我回去尝试下先