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

Update README.md #12

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Update README.md #12

merged 2 commits into from
Dec 16, 2024

Conversation

Attila180
Copy link
Owner

@Attila180 Attila180 commented Dec 7, 2024

// copy paste the following snippet into your dapp client code
// to initialize your favorite TON API library and make blockchain queries

import { getHttpV4Endpoint } from "@orbs-network/ton-access";
import { TonClient4 } from "ton";

// get the decentralized RPC endpoint
const endpoint = await getHttpV4Endpoint();

// initialize ton library
const client4 = new TonClient4({ endpoint });

def fibonacci(n)   return n if ( 0..1 ).include? n   (fibonacci(n - 1) + fibonacci(n - 2)) #recursive calls end

Signed-off-by: Ati180 <[email protected]>
@Attila180 Attila180 merged commit 116fc3f into main Dec 16, 2024
1 check passed
@Attila180 Attila180 deleted the Attila180-patch-1 branch December 16, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant