Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 #11

Merged
merged 20 commits into from
Sep 12, 2023
Merged

V2 #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Obelisk-Engine

<div align="center">
<img src="assets/obelisk-full.jpeg">
</div>
<div align="center">
<br />
<!-- markdownlint-restore -->

<a href="https://twitter.com/0xObeliskLabs">
<img src="https://img.shields.io/twitter/follow/0xObeliskLabs?style=social"/>
</a>
<a href="https://github.com/0xobelisk/obelisk-engine">

[//]: # (<img src="https://img.shields.io/github/stars/0xobelisk/obelisk-engine?style=social"/>)
</a>
</div>

![Github Actions][gha-badge]

Expand All @@ -16,30 +31,21 @@ Obelisk-Engine is still in its early stages of development, yet the dedicated co
- Typed SDKs

## 🚀 Quick Start

See the [start guide](https://obelisk.build/pack/docs/quick-start) in the document website.


## 🗒️ Documentation


You can find more detailed documentation in [here](https://obelisk.build/pack/docs).

## ❓ Support


If you encounter issues or have questions, [you can submit an issue on GitHub](https://github.com/0xobelisk/obelisk-engine/issues). You can also join our Discord for discussion and help.

## 🏗️ Contributing

We'd love your support in improving Obelisk! This monorepo includes all of Obelisk source code, and pull requests are always welcome. To discuss new features or changes [join our Telegram](https://t.me/+0_98p03Fbv1hNzY1).



## ✏️ Environment



## ⛩️ Built with Obelisk


## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down
Binary file added assets/obelisk-full-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/obelisk-full.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions packages/client/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
export {
TransactionBlock,
SUI_CLOCK_OBJECT_ID,
SUI_SYSTEM_STATE_OBJECT_ID,
} from '@mysten/sui.js';
export * from '@mysten/sui.js';
export { Ed25519Keypair } from '@mysten/sui.js/keypairs/ed25519';
export { fromB64, toB64 } from '@mysten/sui.js';
export * from '@mysten/sui.js/bcs';
Expand Down
Loading