Add smart gate contract to allow only tribe members to jump
This commit is contained in:
commit
65582d2c11
11 changed files with 4096 additions and 0 deletions
18
.env.example
Normal file
18
.env.example
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# This .env file is for demonstration purposes only.
|
||||
#
|
||||
# This should usually be excluded via .gitignore and the env vars attached to
|
||||
# your deployment environment, but we're including this here for ease of local
|
||||
# development. Please do not commit changes to this file!
|
||||
#
|
||||
# Enable debug logs for MUD CLI
|
||||
DEBUG=mud:*
|
||||
|
||||
# EVE Frontier world address. This is a value published by CCP.
|
||||
WORLD_ADDRESS=0xcDb380e0Cd3949cAF70C45c67079f2e27A77fC47
|
||||
|
||||
# Your namespace to deploy the system. Set your own value here.
|
||||
MUD_NAMESPACE=test
|
||||
|
||||
# You can convert 12-word into private key with command like
|
||||
# cast wallet private-key --mnemonic-interactive
|
||||
PRIVATE_KEY=0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d
|
||||
Loading…
Add table
Add a link
Reference in a new issue