Git Product home page Git Product logo

highload-wallet-contract-v3's Introduction

Highload Wallet Contract v3

How to Build

  1. Clone the repository:
    git clone https://github.com/ipromise2324/highload-wallet-contract-v3.git
  2. Install the dependencies:
    npm install
  3. Build the project:
    npm run build

Run Tests

npm run test

Deploy Your Own Highload Wallet v3

  1. Copy the example environment file:

    cp .env.example .env
  2. Edit the .env file and fill in your MNEMONIC.

  3. Once you have filled in the .env, you can directly select the Mnemonic when running the scripts.

  4. Deploy the Highload Wallet:

    npm run start deployHighloadWallet
  5. After deploying the highload-wallet-v3, record the address. You will need it for running the send message scripts.

    image

Send General Message

To send an internal message, you can adjust the content of sendTransfer.ts. The current code is set up to perform a simple TON transfer.

  1. Open sendTransfer.ts and modify it as needed for your transaction requirements.

  2. Run the script to send the transfer:

    npm run start sendTransfer

Send Batch Messages

To send batch messages, you can adjust the content of sendBatch.ts. The current code is set up to batch multiple TON transfers.

  1. Open sendBatch.ts and modify it as needed for your batch transaction requirements.

  2. Run the script to send the batch messages:

    npm run start sendBatch

Note: Ensure your highload-wallet-v3 has enough TON to cover the transactions when sending messages.

highload-wallet-contract-v3's People

Contributors

rise1507 avatar ipromise2324 avatar tolya-yanot avatar pyandr3w avatar

Stargazers

nolan avatar

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.