rpclane 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +10 -0
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ # rpclane
2
+
3
+ Nom réservé pour **rpcLane** — nœuds blockchain dédiés, prix fixe, sans compteur ni limite de débit.
4
+
5
+ Ce paquet est un espace réservé. Il ne contient aucun code et n'expose aucune interface.
6
+ Le client officiel sera publié sous la portée `@rpclane/*` quand il existera.
7
+
8
+ - Site : https://rpclane.com
9
+ - Documentation : https://rpclane.dev
10
+ - Code : https://github.com/rpcLane
11
+
12
+ Les seuls domaines de rpcLane sont `rpclane.com` et `rpclane.dev`. Tout le reste est une usurpation.
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "rpclane",
3
+ "version": "0.0.1",
4
+ "description": "Placeholder — nom réservé pour rpcLane, nœuds blockchain dédiés à prix fixe. Le SDK sera publié sous @rpclane/*.",
5
+ "keywords": ["rpc", "blockchain", "node", "tron", "bsc"],
6
+ "homepage": "https://rpclane.com",
7
+ "repository": { "type": "git", "url": "git+https://github.com/rpcLane/rpclane.git" },
8
+ "license": "MIT",
9
+ "files": ["README.md"]
10
+ }