Git Product home page Git Product logo

axiesaletextmessages's Introduction

Axie Sale Text Messages

This tool sends you a text message every time one of your Axies is sold on the marketplace.

Requirements

Installation

  1. Clone the repository and navigate to the directory
git clone https://github.com/wehmoen/axiesaletextmessages.git
cd axiesaletextmessages
  1. Install the dependencies
go get ./...
  1. Build the executable
# Linux / Mac

go build -o axiesaletextmessages.run app/main.go

# Windows

go build -o axiesaletextmessages.exe .\app\main.go

Usage

To run the program, you need to provide the following arguments:

  • -twilio_account_sid - Your Twilio account SID
  • -twilio_auth_token - Your Twilio auth token
  • -twilio_from - Your Twilio phone number
  • -twilio_to - Your phone number
  • -seller - The address you want to monitor

For a full list of arguments, run the following command:

# Linux / Mac

./axiesaletextmessages.run -help

# Windows

axiesaletextmessages.exe -help

Move to Mainnet

By default the program will run on the Saigon Testnet!

To run the program on the Mainnet, you need to add the following arguments:

  • -axie_contract 0x32950db2a7164ae833121501c797d79e7b79d74c - The mainnet Axie contract address
  • -marketplace 0xfff9ce5f71ca6178d3beecedb61e7eff1602950e - The mainnet marketplace contract address
  • -rpc wss://rpc2.ronin.rest/ronin-mainnet/ws - The mainnet RPC endpoint (Must be a websocket)

axiesaletextmessages's People

Contributors

wehmoen avatar

Watchers

 avatar  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.