godprotocol 1.0.761 → 1.0.762

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/package.json +7 -1
  2. package/readme.md +8 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "godprotocol",
3
- "version": "1.0.761",
3
+ "version": "1.0.762",
4
4
  "description": "A data mediator.",
5
5
  "main": "Index.js",
6
6
  "types": "index.d.ts",
@@ -23,6 +23,12 @@
23
23
  },
24
24
  "homepage": "https://github.com/immanuel-savvy/godprotocol#readme",
25
25
  "keywords": [
26
+ "web 4.0",
27
+ "framework",
28
+ "intelligence",
29
+ "AR / VR",
30
+ "modeling",
31
+ "load sequence",
26
32
  "blockchain",
27
33
  "instruction",
28
34
  "decentralisation",
package/readme.md CHANGED
@@ -123,7 +123,11 @@ See the [package source](https://github.com/immanuel-savvy/godprotocol.git) for
123
123
 
124
124
  ## References
125
125
 
126
- [Web Documentation]('https://godprotocol-web.vercel.app')
127
- [`Physical Addresses`](https://godprotocol-web.vercel.app/physical_address)
128
- [Explorer](https://godprotocol-web.vercel.app/explorer)
129
- [`Loader Sequence`](https://godprotocol-web.vercel.app/loader_sequence)
126
+ The main website for communicating updates and tutorials about the platform.
127
+ [https://godprotocol-web.vercel.app](https://godprotocol-web.vercel.app)
128
+ Physical Address - Token logical address from an High-level construct. Find everything else to know about it in the links below.
129
+ [https://godprotocol-web.vercel.app/physical_address](https://godprotocol-web.vercel.app/physical_address)
130
+ Explorer - Every blockchain technology has an explorer, learn more about ours.
131
+ [https://godprotocol-web.vercel.app/explorer](https://godprotocol-web.vercel.app/explorer)
132
+ Loader Sequence - Instruction bits, the lowest granular layer where a user can outline the execution flow.
133
+ [https://godprotocol-web.vercel.app/loader_sequence](https://godprotocol-web.vercel.app/loader_sequence)