This repository contains a collection of scripts, contracts, and configs necessary to manage an EOSIO testnet using the dfuseeos binary. After executing the necessary steps, you will have a functional EOSIO testnet based on the UX Network set of contracts.
- clone this repository
- run the build.sh script to build the
uxtestnet-dfuse
image - execute the run.sh script to launch the
uxtestnet1
container
apiproxy
(8080)dashboard
(8081)eosws
(8888)
- this process uses ports 8080, 8081, and 8888 on the host computer
- change them to your custom values in run.sh if necessary
- keys used in development (DO NOT USE THESE KEYS IN PRODUCTION)
- system: 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
- user: 5JUzsJi7rARZy2rT5eHhcdUKTyVPvaksnEKtNWzyiBbifJA1dUW
- to use
simpleassets
contract, you need to add eosio.code permisison- cleos set account permission simpleassets active --add-code
- to use
atomicassets
contract, you need to add eosio.code permisison- cleos set account permission assets.alure active --add-code
- to use
atomicmarket
contract, you need to add eosio.code permisison- cleos set account permission market.alure active --add-code