Skip to content

Commit 71b8977

Browse files
Update README.md
1 parent 4b236df commit 71b8977

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# rmrk-emote-script
22

3-
If you are looking for a script to create multiple addresses and emote specific emotes, then I would like to refer to the [kanaria-hatchery](https://github.com/kianenigma/kanaria-hatchery) script by [kianenigma](https://github.com/kianenigma).
4-
5-
This script is heavily inspired by the above mentioned script, so please have a look a that script as well and give it a :star:.
6-
7-
The way this script differs is that it sends 1700+ emojis in **one batch call** to be executed on the node.
3+
This script is heavily inspired by the [kanaria-hatchery](https://github.com/kianenigma/kanaria-hatchery) script by [kianenigma](https://github.com/kianenigma), so please have a look at that script as well and give it a :star:
84

95
⚠️ **_PLEASE BE AWARE THAT RUNNING THE SCRIPT WITH ALL 1700+ EMOTES WILL BE ROUGHLY ~0.05 KSM_**
106

@@ -24,7 +20,7 @@ HtSKUKWRPCxCtzsnNfdbN1NN5uVq4yMizb2FqeHSC3YoRTi
2420

2521
First have [polkadot js api installed](https://polkadot.js.org/docs/api/start/install).
2622

27-
Clone repo and install npm packages.
23+
Clone the repo and install npm packages.
2824

2925
```sh
3026
git clone https://github.com/martinloesethjensen/rmrk-emote-batch
@@ -34,9 +30,9 @@ npm install
3430

3531
## How to run
3632

37-
Specify rpc endpoint, egg id and seed phrase in the command.
33+
Specify RPC endpoint, egg id, and seed phrase in the command.
3834

39-
I would first test on Westend before trying it out on kusama. But try in small batches of emotes as you might not have enough westies.
35+
I would first test on Westend before trying it out on Kusama. But try in small batches of emotes as you might not have enough westies.
4036

4137
[Westend faucet info here.](https://wiki.polkadot.network/docs/en/maintain-networks#westend-faucet)
4238

@@ -53,7 +49,7 @@ node index.js --id <RMRK_ID_FILE> -e wss://kusama-rpc.polkadot.io -s <SEED_FILE>
5349
node index.js --id <RMRK_ID_FILE> -e wss://kusama-rpc.polkadot.io -s <SEED_FILE> -r 🤩 🥳
5450
```
5551

56-
ℹ️ Please note that the [`emojis` list in index.js](index.js) contains many emoji unicodes. So if you want to emote with less emojis then just remove some from the list before running it. It is also possible to specify a specific list of emojis by using the command: `--emotes` and providing a space sperated list of emotjis.
52+
ℹ️ Please note that the [`emojis` list in index.js](index.js) contains many emoji unicodes. So if you want to emote with fewer emojis then just remove some from the list before running it. It is also possible to specify a specific list of emojis by using the command: `--emotes` and providing a space-separated list of emojis.
5753

5854
You can find [emoji unicodes here](https://unicode.org/emoji/charts/full-emoji-list.html) and [here](./emoji-unicodes.txt).
5955

0 commit comments

Comments
 (0)