Giter Club home page Giter Club logo

nft-marketplace-contracts's People

Contributors

aleksandr-hramcov avatar lisska avatar markgenuine avatar sudovag3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nft-marketplace-contracts's Issues

error on npm install

npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/tokens/ever-wever
npm ERR! Received disconnect from 34.76.20.80 port 22:2: Too many authentication failures
npm ERR! Disconnected from 34.76.20.80 port 22
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.

If you got error on npm install see it solution #4

I get an error on deploy contract

I'm trying to use and deploy the contract according to the instructions, but deployment doesn't happen, the reason is not clear.

I get an error:

npx locklift run --disable-build --network test --script scripts/0-deploy-account.ts --key_number 0 --balance 5
[INFO]  GiverV2 is used as a giver, the giver balance is: 50.996642454 ever
NekotonRpcError: sendMessage: Message expired. Error: Contract did not accept message, exit code: 40

I set up a giver contract and tried different endpoints:

Config:

test: {
  connection: {
    id: 1002,
    type: "jrpc",
    group: "testnet",
    data: {
      endpoint: process.env.TEST_ENDPOINT_RPC!,
    },
  },
  // connection: {
  //   id: 1002,
  //   type: 'graphql',
  //   group: 'testnet',
  //   data: {
  //     endpoints: [process.env.TEST_ENDPOINT_GQL!],
  //     latencyDetectionInterval: 1000,
  //   },
  // },
  giver: {
    address: process.env.TEST_GIVER_ADDRESS!,
    phrase: process.env.TEST_GIVER_PHRASE!,
    accountId: parseInt(process.env.TEST_GIVER_ACCOUNT_ID || '0'),
  },
  keys: {
    phrase: process.env.TEST_PHRASE!,
    amount: 20,
  },
},
},

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.