Skip to content

Commit

Permalink
light node fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glasgowm148 committed Jan 30, 2024
1 parent 548335c commit 1c73281
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 72 deletions.
8 changes: 4 additions & 4 deletions docs/dev/lang/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ With the availability of Sigma.js, Fleet can play the same role for JS/TS.
{
"title": "Fleet",
"content": "Lets you easily create Ergo transactions with a pure JS library.",
"url": "../../stack/fleet"
"url": "../stack/fleet"
},
{
"title": "Sigma.JS",
Expand All @@ -30,12 +30,12 @@ With the availability of Sigma.js, Fleet can play the same role for JS/TS.
{
"title": "AppKit",
"content": "can be configured to run JavaScript under GraalVM",
"url": "../../stack/appkit"
"url": "../stack/appkit"
},
{
"title": "sigma-rust",
"content": "Interact with a WebAssembly library using JS/TS bindings",
"url": "../../stack/sigma-rust"
"url": "../stack/sigma-rust"
},

]
Expand All @@ -50,7 +50,7 @@ With the availability of Sigma.js, Fleet can play the same role for JS/TS.
{
"title": "ergo-lib-wasm-browser",
"content": "",
"url": "../../stack/fleet"
"url": "../stack/fleet"
},
{
"title": "ergo-lib-wasm-nodejs",
Expand Down
20 changes: 10 additions & 10 deletions docs/dev/protocol/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Ensuring economic freedom for ordinary people through decentralized, private and
{
"title": "Contributing",
"content": "Ergo operates an open model where contributions from all are welcomed. Participate in decentralised finance!",
"url": "../../contribute"
"url": "../../contribute.md"
},
{
"title": "FAQ",
"content": "Check out the Frequently Asked Questions",
"url": "../../faq"
"url": "../../faq.md"
},


Expand All @@ -38,42 +38,42 @@ Ensuring economic freedom for ordinary people through decentralized, private and
{
"title": "Autolykos",
"content": "The underlying Memory-hard ASIC-resistant **Proof of Work** (PoW) algorithm oriented towards GPUs. ",
"url": "../../mining/autolykos"
"url": "../../mining/autolykos.md"
},
{
"title": "eUTXO",
"content": "Ergo uses a so-called *extended-UTXO model*, which implies UTXOs with the ability to contain **arbitrary data and sophisticated scripts**. ",
"url": "eutxo"
"url": "eutxo.md"
},
{
"title": "NIPoPoWs",
"content": "Enable extended support of **light nodes** which makes Ergo friendly for end-users, allowing them to run contracts on common devices such as mobile phones without centralised intermediaries. ",
"url": "nipopows"
"url": "nipopows.md"
},
{
"title": "Privacy",
"content": "Ergo provides **superior access** to discrete log-based zero-knowledge proofs",
"url": "zkp"
"url": "zkp.md"
},
{
"title": "Scaling",
"content": "Explore the various scaling solutions being explored on Ergo.",
"url": "scaling"
"url": "scaling.md"
},
{
"title": "Storage Rent",
"content": "Storage Rent is a nominal fee incurred by unmoved boxes after four years.",
"url": "../../mining/rent"
"url": "../../mining/rent/index.md"
},
{
"title": "ErgoScript",
"content": "A simple high-level language enabling clear descriptions of contractual logic.",
"url": "../../dev/scs/ergoscript"
"url": "../../dev/scs/ergoscript.md"
},
{
"title": "Uses Cases",
"content": "From oracles to alternative economic systems.",
"url": "../../dev/scs/ergoscript"
"url": "../../uses/index.md"
}


Expand Down
8 changes: 4 additions & 4 deletions docs/dev/stack/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ To develop an android application you can develop with the JVM suite (Java/Kotli
"title": "AppKit",
"content": "A library for polyglot development of Ergo Applications",
"image": "../../assets/img/dev-grid/jvm.png",
"url": "../../stack/appkit"
"url": "appkit.md"
},
{
"title": "Mosaik",
"content": "UI system for dApps",
"image": "../../assets/img/dev-grid/mosaik.png",
"url": "../../stack/mosaik/intro"
"url": "mosaik/intro.md"
},
{
"title": "sigma-rust",
"content": "Android bindings are implemented in sigma-rust",
"image": "../../assets/img/dev-grid/rust.png",
"url": "../../stack/sigma-rust"
"url": "sigma-rust.md"
}
]

Expand All @@ -42,7 +42,7 @@ To develop an android application you can develop with the JVM suite (Java/Kotli
"title": "Gradle",
"content": "Getting started with Gradle to build on Android.",
"image": "../../assets/img/dev-grid/gradle.png",
"url": "../../stack/appkit/gradle"
"url": "appkit/gradle.md"
},
{
"title": "📕 DeCo Intro Lessons: Build a mobile app on Android or iOS",
Expand Down
8 changes: 4 additions & 4 deletions docs/dev/stack/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ There are a couple of options developers can pick from to interact with the user
{
"title": "JS/TS",
"content": "Frontend development with JavaScript, TypeScript",
"image": "/assets/img/dev-grid/js.png",
"url": "../../lang/js"
"image": "../../assets/img/dev-grid/js.png",
"url": "../../lang/js.md"
},
{
"title": "Rust",
"content": "Sigma Rust can be used in front-end development",
"image": "/assets/img/dev-grid/rust.png",
"url": "../../lang/rust"
"image": "../../assets/img/dev-grid/rust.png",
"url": "../../lang/rust.md"

}
]
Expand Down
4 changes: 2 additions & 2 deletions docs/dev/stack/bundled.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"title": "Android",
"content": "",
"image": "/assets/img/dev-grid/android.png",
"url": "../stack/android"
"url": "android.md"
},
{
"title": "iOS",
"content": "",
"image": "/assets/img/dev-grid/ios.png",
"url": "../stack/ios"
"url": "ios.md"

},
{
Expand Down
20 changes: 10 additions & 10 deletions docs/dev/stack/desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@
{
"title": "JVM",
"content": "",
"image": "/assets/img/dev-grid/jvm.png",
"url": "../../lang/jvm"
"image": "../../assets/img/dev-grid/jvm.png",
"url": "../lang/jvm.md"
},
{
"title": "JavaFX",
"content": "",
"image": "/assets/img/dev-grid/jvm.png",
"url": "../../lang/jvm"
"image": "../../assets/img/dev-grid/jvm.png",
"url": "../lang/jvm"
},
{
"title": "Rust",
"content": "",
"image": "/assets/img/dev-grid/rust.png",
"url": "../../lang/rust"
"image": "../../assets/img/dev-grid/rust.png",
"url": "../lang/rust.md"

},
{
"title": "JS/TS + Electron",
"content": "",
"image": "/assets/img/dev-grid/js.png",
"url": "../../lang/js"
"image": "../../assets/img/dev-grid/js.png",
"url": "../lang/js.md"
},
{
"title": "Python",
"content": "",
"image": "/assets/img/dev-grid/python.png",
"url": "../../lang/python"
"image": "../../assets/img/dev-grid/python.png",
"url": "../lang/python.md"
}

]
Expand Down
6 changes: 3 additions & 3 deletions docs/dev/stack/iOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ You want to develop with Java/Kotlin/Scala and run on iOS.
"title": "AppKit",
"content": "A library for polyglot development of Ergo Applications",
"image": "../../assets/img/dev-grid/jvm.png",
"url": "../../stack/appkit"
"url": "appkit.md"
},
{
"title": "Mosaik",
"content": "UI system for dApps",
"image": "../../assets/img/dev-grid/mosaik.png",
"url": "../../stack/mosaik/intro"
"url": "mosaik/intro.md"
},
{
"title": "sigma-rust",
"content": "iOS bindings are implemented in sigma-rust",
"image": "../../assets/img/dev-grid/rust.png",
"url": "../../stack/sigma-rust"
"url": "sigma-rust.md"
}
]

Expand Down
4 changes: 2 additions & 2 deletions docs/dev/stack/mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"title": "Android",
"content": "",
"image": "/assets/img/dev-grid/android.png",
"url": "../../stack/android"
"url": "android.md"
},
{
"title": "iOS",
"content": "",
"image": "/assets/img/dev-grid/ios.png",
"url": "../../stack/iOS"
"url": "iOS.md"

}
]
Expand Down
22 changes: 11 additions & 11 deletions docs/dev/stack/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@ Developers can use tools to read data from the blockchain, compute using that da
{
"title": "JVM",
"content": "",
"image": "/assets/img/dev-grid/jvm.png",
"url": "../../lang/jvm"
"image": "../../assets/img/dev-grid/jvm.png",
"url": "../lang/jvm.md"
},
{
"title": "Rust",
"content": "",
"image": "/assets/img/dev-grid/rust.png",
"url": "../../lang/rust"
"image": "../../assets/img/dev-grid/rust.png",
"url": "../lang/rust.md"

},
{
"title": "Node.js",
"content": "",
"image": "/assets/img/dev-grid/js.png",
"url": "../../lang/js"
"image": "../../assets/img/dev-grid/js.png",
"url": "../lang/js.md"
},
{
"title": "Python",
"content": "",
"image": "/assets/img/dev-grid/python.png",
"url": "../../lang/python"
"image": "../../assets/img/dev-grid/python.png",
"url": "../lang/python.md"
},
{
"title": "Mosaik",
"content": "UI system for dApps",
"image": "../../assets/img/dev-grid/mosaik.png",
"url": "../../stack/mosaik/intro"
"url": "mosaik/intro.md"
},


Expand All @@ -59,8 +59,8 @@ Developers can use tools to read data from the blockchain, compute using that da
{
"title": "JSON dApp Environment",
"content": "",
"image": "/assets/img/dev-grid/json.png",
"url": "../../lang/json"
"image": "../../assets/img/dev-grid/json.png",
"url": "../lang/json"
}


Expand Down
14 changes: 7 additions & 7 deletions docs/dev/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ There are many tools, libraries, SDKs, frameworks and utilities developers can u
"title": "Server",
"content": "Interact with the blockchain locally or via a remote server.",
"image": "../assets/img/dev-grid/server.png",
"url": "../stack/server"
"url": "stack/server.md"
},
{
"title": "Browser",
"content": "Interact with users in browser",
"image": "../assets/img/dev-grid/browser.png",
"url": "../stack/browser"
"url": "stack/browser.md"
},
{
"title": "Desktop",
"content": "Create a local application.",
"image": "../assets/img/dev-grid/desktop.png",
"url": "../stack/desktop"
"url": "stack/desktop.md"
},
{
"title": "Mobile Application",
"content": "Creating a bundled mobile app for Android or iOS.",
"image": "../assets/img/dev-grid/mobile.png",
"url": "../stack/mobile"
"url": "stack/mobile.md"
},

]
Expand All @@ -46,19 +46,19 @@ There are many tools, libraries, SDKs, frameworks and utilities developers can u
"title": "Basics Tutorial",
"content": "Generate keys and address, send and receive payments.",
"image": "../assets/img/dev-grid/noob.png",
"url": "../stack/basics"
"url": "stack/basics.md"
},
{
"title": "Beginner",
"content": "Just testing the waters? Not sure where to start?",
"image": "../assets/img/dev-grid/noob.png",
"url": "../stack/introduction"
"url": "stack/introduction.md"
},
{
"title": "Frameworks",
"content": "Jump straight to an overview of all frameworks",
"image": "../assets/img/dev-grid/frameworks.jpg",
"url": "../stack/introduction#frameworks"
"url": "stack/introduction.md#frameworks"
},

]
Expand Down
18 changes: 9 additions & 9 deletions docs/ergo-foundation-2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,18 @@ The Foundation is also dedicated to helping with building trustless environments
- Creating materials to educate developers and users directly or funding their creation through third parties from within the community.

### Marketing
The Foundation aims to promote the adoption of Ergo. While its operations in this area are conservative, it does fund a select few roles in linear marketing for areas not currently met by the community.

The Foundation aims to promote the adoption of Ergo. While its operations in this area are conservative, it does fund a select few roles in linear marketing via an editorial department for areas not currently met by the community.

The current paid roles within marketing consist of

- Director,
- Youtube Manager,
- Editor,
- Writers (via paid bounties),
- Chinese Marketing Manager,
- General Marketing Manager,
- Branding Advisor.
The current roles outwith development consist of

- Editorial Director
- Youtube Manager
- Editor
- Writers (via paid bounties)
- Chinese Community Manager
- Graphics Support

Their efforts ensure ample information is available about ongoing developments on Ergo via blog posts and social media, as well as the promoting and operating of various marketing events, such as Ergo Summit and ErgoHack.

Expand Down
Loading

0 comments on commit 1c73281

Please sign in to comment.