Skip to content

5he11/RelexDistributor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Token Distributor

This application distributes Relex Life Token to other wallets from a user's owned wallet. It asks user to provide full path of a distribution spreadsheet in CSV format that has columns of data seperated by comma. The defintion of columns are shown and explained in the following example.

Example

An example of the content of a distribution spreadsheet in CSV format is shown as below.

[destination address],[quantity],[contract address],[source private key]
0x65513ecd11fd3a5b1fefdcc6a500b025008405a2,100000,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0x555ee11fbddc0e49a9bab358a8941ad95ffdb48f,200000.123,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0xe08f0bccbca8192620259aa402b29f7b862575d3,300000,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0x7ed638621dbb927c947b0ca064abd051cdc93124,12345.654,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0x81b7e08f65bdf5648606c89998a9cc8164397647,65432,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0x8a91de6b7625a1c0940f4dae084d864c3ce5fe0c,123456,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0x65513ecd11fd3a5b1fefdcc6a500b025008405a2,98765.456789,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0x555ee11fbddc0e49a9bab358a8941ad95ffdb48f,123,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0x9e737dfc1da73c1c0a0c3ca43bb036966003c471,321,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0x229115f344a13defba6470d61a3182b60c0d4979,4567.1234,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0x63243370ed17a16a1c212b265b4514cbdce23e6f,12,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx
0x23a4cc796859203c5920a3c727c24b2aaf80f407,1.2,0x4a42d2c580f83dce404acad18dab26db11a1750e,c215231c3b5e8baa4f231e70bf0a981a4b0f8c974bebb3ba54ede4f27e2d0xxx

Compiling

To compile this application from the source code, you need to install .NET Core 2.1 SDK, which is available at [this link] (https://www.microsoft.com/net/download)

Deployment

This application is developed against Microsoft Azure Function App. To compile this application, you need to install .NET Core 2.1 Runtime, which is available at [this link] (https://www.microsoft.com/net/download) To deploy this application, you need to create an Azure account and have a Function App 2.0 created in place as the host to this application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages