ProTradex(普瑞缇)智能合约开发案例

简介: Source code WeChat:kaifa873

Source code WeChat:kaifa873

 Ptahdao is essentially a financial service platform based on decentralized community autonomy,committed to providing financial tool support to L M R P a r t e r s users.In terms of representation,Ptahdao runs entirely based on smart contracts.The operation of all financial products will follow the established smart contract rules and operate independently without interference

  

  $vim truffle-config.js

  const HDWalletProvider=require('truffle/hdwallet-provider');

  const infuraKey="填写infuraKey";

  const mnemonic="填写助记词";

  module.exports={

  networks:{

  mainnet:{

  provider:()=>new HDWalletProvider(mnemonic,https://mainnet.infura.io/v3/infuraKey),

  network_id:1,

  gas:5500000,

  confirmations:2,

  timeoutBlocks:200,

  skipDryRun:true

  },

  ropsten:{

  provider:()=>new HDWalletProvider(mnemonic,https://ropsten.infura.io/v3/infuraKey),

  network_id:3,

  gas:5500000,

  confirmations:2,

  timeoutBlocks:200,

  skipDryRun:true

  },

目录
相关文章
|
存储 安全 区块链
DAPP持币生息系统开发(智能合约)|持币生息源码案例
区块链技术使用了分布式网络来实现去中心化。分布式网络是指多个节点共同组成的网络
|
存储 安全 数据管理
|
存储 区块链 开发者
Jogger慢跑者/Stepn跑鞋NFT系统案例开发技术
 随着NFT(非同质化代币)市场的不断升温,许多开发者开始探索如何将NFT应用于跑步鞋领域。
|
数据挖掘 区块链
  Stepn跑鞋系统开发/NFT跑鞋链游项目源码
随着跑步热的兴起,越来越多的人开始投入到跑步运动中来。
|
存储 区块链 数据库
Forsage/MetaForce佛萨奇2.0系统开发(方案及案例),MetaForce/Forsage佛萨奇2.0系统开发(源码及项目)
 该技术方案主要让参与系统中的任意多个节点,通过一串使用密码学方法相关联产生的数据块(block),每个数据块中包含了一定时间内的系统全部信息交流数据,并且生成数据指纹用于验证其信息的有效性和链接(chain)下一个数据库块。
|
数据安全/隐私保护
ProTradex普瑞缇(PRT)开发系统搭建技术
NFT是独一无二的,但它却不是一成不变的。所以NFT是可以成长的,可以通过两个不同的NFT合成一个新的NFT。生成的一个新的NFT,有的自己属性和技能同样继承NFT的属性让NFT实现更多玩法。
|
区块链 数据安全/隐私保护