Git Product home page Git Product logo

seascape-smartcontracts's Introduction

The Seascape Network smartcontracts

This page contains the source code of Crowns, Scape NFT, Mini game, and Scape store.

For more in-depth explanation, please visit https://docs.seascape.network/

The contract addresses in all deployed blockchain networks could be found at https://docs.seascape.network/smartcontracts/addresses

Audit

The Crowns, Seascape NFT and Profit Circus were audited by Certik.

The details of all contract audits can be seen at Certik Security Leaderboard - Seascape

This repository depends on the following submodules:

  • crowns - an ERC-20 token used as a in-game token of Blocklords. Strategy game on ethereum at https://blocklords.io

Running up on your machine

This repo is develope using truffle framework.

Pull this repository into your machine.

Inside the folder, fetch the git submodules, Crowns (CWS) is fetched as a submodule, and other smartcontracts depends on Crowns:

git submodule update --init --recursive

Then, we need to setup truffle as a global module:

npm install -g truffle

Then, we need to update the local dependencies:

npm install

Ccompile the contracts to generate ABI interfaces of smartcontracts, to use in the scripts: truffle compile

Finally, edit the truffle-config.js by setting up your network credentials including your Private Key and RPC node endpoint.

Done, check the tests, migrations and scripts. Edit them to set correct smartcontract address before using them. Especially, if you want to interact with already deployed smartcontracts.

seascape-smartcontracts's People

Contributors

schneidernejc avatar ahmetson avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.