blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

TON development for professionals - all-in-one tool for writing, testing and deploying smart contracts

Results 87 blueprint issues
Sort by recently updated
recently updated
newest added

Would be nice to also let users upload the source code on https://verifier.ton.org

`getCompilerConfigForContract` should be `export`ed: https://github.com/ton-org/blueprint/blob/9b1c238938047d3ca1a1b30e5706fcb759950025/src/compile/compile.ts#L27 This is needed in third-party plugins in order to get the information about the available projects, e.g. the language in use, since some plugins might...

Blueprint fails to compile valid smart contract code with error: ``` Build script running, compiling TonTest ⏳ Compiling...[ 1][t 0][2024-10-07 17:36:09.033000][Fift.cpp:67] top: level 1: Error: main.fif:240: s,:slice does not fit...

When build tact contract that dependent on a func file with import statement,it will build failed, error message: ``` Func compilation error: /airdrop-master-ton/build/JettonTest/tact_JettonTest.native.fc:1:1: error: File not found: /airdrop-master-ton/build/JettonTest/../imports/stdlib.fc #include "../imports/stdlib.fc";...

Should be merged with https://github.com/ton-community/create-ton/pull/5

**Description** I encountered a TypeScript error when trying to use the `getContractState` method on the `TonClient`. The method seems not to exist on the type `TonClient4 | TonClient`, which leads...

https://pro.opensea.io/nft/ethereum/0xb10daee1fcf62243ae27776d7a92d39dc8740f95/469 _Originally posted by @18211308 in https://github.com/18211308/ton-core/pull/1#issuecomment-2360084787_