Bitcoin Forum
July 06, 2025, 09:50:29 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13]  All
  Print  
Author Topic: 3DPass: The Ledger of Things L1| New Proof of Scan algo  (Read 5596 times)
3DPass (OP)
Jr. Member
*
Offline Offline

Activity: 175
Merit: 5


View Profile WWW
November 26, 2024, 05:08:19 AM
 #241

Enjoy new release on the mobile wallet!

v2.17.3
https://github.com/3Dpass/threedpass/releases/tag/v2.17.3


How to: https://3dpass.org/mobile-wallet
Play Store: https://play.google.com/store/apps/details?id=com.threedpass.wallet
3DPass (OP)
Jr. Member
*
Offline Offline

Activity: 175
Merit: 5


View Profile WWW
January 27, 2025, 09:18:57 AM
 #242

Enjoy 3DPRC-2 tokens support on the web3 wallet: https://wallet.3dpass.org

- Tokens balances
- Tokens transfers

Guidelines: https://3dpass.org/assets#transfers

 
3DPass (OP)
Jr. Member
*
Offline Offline

Activity: 175
Merit: 5


View Profile WWW
February 01, 2025, 01:55:29 PM
 #243

The EVM emulator feature testing period is getting started!

https://github.com/3Dpass/3DP/tree/test




3DPass (OP)
Jr. Member
*
Offline Offline

Activity: 175
Merit: 5


View Profile WWW
April 06, 2025, 03:00:23 PM
 #244

Brand new open source blockchain explorer came into operation and now available via https://3dpscan.xyz
3DPass (OP)
Jr. Member
*
Offline Offline

Activity: 175
Merit: 5


View Profile WWW
April 11, 2025, 02:55:17 PM
 #245

New telemetry server came into operation!

Telemetry server: https://3dpass.network/

Use this flag to switch your Nodes to the server:
Code:
--telemetry-url "wss://submit.3dpass.network/submit 0"
3DPass (OP)
Jr. Member
*
Offline Offline

Activity: 175
Merit: 5


View Profile WWW
May 05, 2025, 09:00:11 AM
 #246

We are welcoming everyone to participate in public code review on the new version coming soon on mainnet.

New version description:

1. Frontier – EVM compatibility layer (https://github.com/polkadot-evm/frontier) - full integration of both the EVM executor and eth type blockchain emulator.

2. Precompiles (precompiled smart contracts):
 A. Standard Ethereum precompiles: https://github.com/3Dpass/3DP/tree/test/pallets/evm/precompile
 B. Custom precompiles (Solidity interfaces) for LoT runtime modules:
  - Native token P3Dt - balances-erc20 precompile: https://github.com/3Dpass/3DP/tree/test/precompiles/balances-erc20
  - Local assets 3DPRC2 - assets-erc20 precompile https://github.com/3Dpass/3DP/tree/test/precompiles/assets-erc20
  - Proxy module precompile https://github.com/3Dpass/3DP/tree/test/precompiles/proxy
  - Utils and batch calls precompiles

3. The Proxy runtime module which allows for one account to delegate certain calls to another account, so the calls can be executed on the delegator's behalf. https://github.com/paritytech/substrate/tree/master/frame/proxy

The source codes: https://github.com/3Dpass/3DP/tree/test

Looking forward to your feedback!
chum_yum
Legendary
*
Offline Offline

Activity: 1132
Merit: 1028



View Profile
May 15, 2025, 07:15:31 AM
 #247

We are welcoming everyone to participate in public code review on the new version coming soon on mainnet.

New version description:

1. Frontier – EVM compatibility layer (https://github.com/polkadot-evm/frontier) - full integration of both the EVM executor and eth type blockchain emulator.

2. Precompiles (precompiled smart contracts):
 A. Standard Ethereum precompiles: https://github.com/3Dpass/3DP/tree/test/pallets/evm/precompile
 B. Custom precompiles (Solidity interfaces) for LoT runtime modules:
  - Native token P3Dt - balances-erc20 precompile: https://github.com/3Dpass/3DP/tree/test/precompiles/balances-erc20
  - Local assets 3DPRC2 - assets-erc20 precompile https://github.com/3Dpass/3DP/tree/test/precompiles/assets-erc20
  - Proxy module precompile https://github.com/3Dpass/3DP/tree/test/precompiles/proxy
  - Utils and batch calls precompiles

3. The Proxy runtime module which allows for one account to delegate certain calls to another account, so the calls can be executed on the delegator's behalf. https://github.com/paritytech/substrate/tree/master/frame/proxy

The source codes: https://github.com/3Dpass/3DP/tree/test

Looking forward to your feedback!

Is it going to be like Layer2 blockchain operating on top of mainnet?
3DPass (OP)
Jr. Member
*
Offline Offline

Activity: 175
Merit: 5


View Profile WWW
May 22, 2025, 07:13:03 AM
 #248

We are welcoming everyone to participate in public code review on the new version coming soon on mainnet.

New version description:

1. Frontier – EVM compatibility layer (https://github.com/polkadot-evm/frontier) - full integration of both the EVM executor and eth type blockchain emulator.

2. Precompiles (precompiled smart contracts):
 A. Standard Ethereum precompiles: https://github.com/3Dpass/3DP/tree/test/pallets/evm/precompile
 B. Custom precompiles (Solidity interfaces) for LoT runtime modules:
  - Native token P3Dt - balances-erc20 precompile: https://github.com/3Dpass/3DP/tree/test/precompiles/balances-erc20
  - Local assets 3DPRC2 - assets-erc20 precompile https://github.com/3Dpass/3DP/tree/test/precompiles/assets-erc20
  - Proxy module precompile https://github.com/3Dpass/3DP/tree/test/precompiles/proxy
  - Utils and batch calls precompiles

3. The Proxy runtime module which allows for one account to delegate certain calls to another account, so the calls can be executed on the delegator's behalf. https://github.com/paritytech/substrate/tree/master/frame/proxy

The source codes: https://github.com/3Dpass/3DP/tree/test

Looking forward to your feedback!

Is it going to be like Layer2 blockchain operating on top of mainnet?

Correct, there is a consensus between the main block and L2 block in place to ensure 1:1 mapping.
3DPass (OP)
Jr. Member
*
Offline Offline

Activity: 175
Merit: 5


View Profile WWW
June 01, 2025, 10:07:26 PM
 #249

EVM Compatibility Layer has been released.

Node v31
https://github.com/3Dpass/3DP/releases/tag/v31


Upgrade your nodes!

3DPass (OP)
Jr. Member
*
Offline Offline

Activity: 175
Merit: 5


View Profile WWW
June 05, 2025, 09:42:23 AM
 #250

The network has been upgraded at the block height of `1,422,643`.
The EVM compatibility layer has come into operation.
3DPass (OP)
Jr. Member
*
Offline Offline

Activity: 175
Merit: 5


View Profile WWW
July 02, 2025, 03:29:50 PM
 #251

Enjoy brand new web3 UI for the objects tokenization:

https://wallet.3dpass.org/assets/objects
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!