摘要: Linux 或者MacOS curl -L https://foundry.paradigm.xyz | bash Windows Download and run rustup-init from rustup.rs. It will start the installation in a con 阅读全文
posted @ 2022-11-14 16:40 李东浩 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1、环境设置 export ENDPOINT=tcp://54.67.88.181:26657 export CHAIN_ID=sei-devnet-1 [root@devnew sei]# export ACCOUNT_NAME="nextdao"[root@devnew sei]# seid k 阅读全文
posted @ 2022-11-07 17:35 李东浩 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 接上篇: Deploy the contract to the testnet export TXFLAG="${NODE} --chain-id ${CHAIN_ID} --gas-prices 0.25umlg --gas auto --gas-adjustment 1.3" # see how 阅读全文
posted @ 2022-11-07 17:06 李东浩 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 1、Go install. wget https://go.dev/dl/go1.19.3.linux-amd64.tar.gz rm -rf /usr/local/go && tar -C /usr/local -xzf go1.19.3.linux-amd64.tar.gzexport PATH 阅读全文
posted @ 2022-11-07 11:51 李东浩 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 今天我们来一步一步从搭建以太坊智能合约开发环境。 Ubuntu16.04 安装ubuntu16.04。下载链接 g++ 安装 libssl-dev 安装 git 之后的安装需要依赖Git geth 安装 官方安装指引 Nodejs安装 ppa方式安装 solc安装 solidity是以太坊智能合约的 阅读全文
posted @ 2018-03-03 16:59 李东浩 阅读(3727) 评论(0) 推荐(0) 编辑
摘要: 写在前面 阅读本文前,你应该大概了解区块链是什么。 以太坊是什么 以太坊(Ethereum)是一个建立在区块链技术之上, 去中心化应用平台。它允许任何人在平台中建立和使用通过区块链技术运行的去中心化应用。 在没有以太坊之前,写区块链应用是这样的:拷贝一份比特币代码,然后去改底层代码如加密算法,共识机 阅读全文
posted @ 2018-03-03 10:18 李东浩 阅读(5332) 评论(1) 推荐(1) 编辑
摘要: 安装最新版nodejs 更新ubuntu软件源 sudo apt-get update sudo apt-get install -y python-software-properties software-properties-common sudo add-apt-repository ppa: 阅读全文
posted @ 2018-03-03 10:06 李东浩 阅读(1491) 评论(0) 推荐(0) 编辑
摘要: 这篇文章介绍了eclipse启动tomcat无法访问的解决方法,有需要的朋友可以参考一下 症状: tomcat在eclipse里面能正常启动,而在浏览器中访问http://localhost:8080/不能访问,且报404错误。同时其他项目页面也不能访问。 关闭eclipse里面的tomcat,在t 阅读全文
posted @ 2017-02-06 19:43 李东浩 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/ttcre2/archive/2008/07/24/1250591.html文档已补充完,特别感谢高海东提出宝贵的意见。当然,这还不是结束。我们还会陆续的完善这个模型,包括安全策略、资源归属控制、责任分离关系等等等等吧。。1.概念访问控制技术是由美... 阅读全文
posted @ 2015-08-10 13:47 李东浩 阅读(263) 评论(0) 推荐(0) 编辑
摘要: Antand theADTPlugin for Eclipse are packing the.apkfile in a different build chain and temp generation folders.Crunchis created by theADT. Best to do ... 阅读全文
posted @ 2015-06-19 13:43 李东浩 阅读(1670) 评论(0) 推荐(0) 编辑