7 Kommentare (7 Kommentare)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)TypeScript1.370 Forks (1.370 Forks)batch import
docsgood first issue
Repository-Metriken
- Stars
- 43.186 Sterne (43.186 Sterne)
- PR-Merge-Metriken
- Keine gemergten PRs in 30 T (Keine gemergten PRs in 30 T)
Beschreibung
Summary
Reference
- We could rename these to
B512 from Bits512 to better align with the wider ecosystem.
- We're missing documentation on how to form a B512, from two B256.
- I think the example of just using the wallet public key could be changed to show how to form this with two b256.
- We could also improve the Sway example with a more complex use-case, rather than just echoing out the response.
- The Rust SDK are using the B512::from function (here) and I was unclear how to imitate this with the TS SDK. (this could be a feature request)
Contributor Guide
- Research-Richtung
- Überprüfe zunächst die aktuelle Dokumentation für Bits512 unter https://docs.fuel.network/docs/fuels ts/types/bits512/. Untersuche das Rust SDK Beispiel unter https://github.com/FuelLabs/fuels rs/blob/84266d27a9640b1f6c7b2d2c81186ff6b024b8ff/e2e/sway/types/contracts/b512/src/main.sw, um zu verstehen, wie B512 aus zwei B256 konstruiert wird. Aktualisiere dann die TS SDK Dokumentation, um Bits512 in B512 umzubenennen, füge ein neues Beispiel hinzu, das die Konstruktion aus zwei B256 zeigt, und verbessere die bestehenden Beispiele. Koordiniere dich mit den Maintainern in den Issue Kommentaren, um die gewünschten Änderungen zu bestätigen.
- Tech Stack
- typescript
- Domain
- documentation
- Issue Type
- Dokumentation
- Voraussetzungen
- TypeScriptGit